sl@0: // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // mmfCodecImplementationUIDs sl@0: // sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: @publishedPartner sl@0: @released sl@0: */ sl@0: sl@0: #ifndef __MMF_CODECIMPLEMENTATIONUIDS_HRH__ sl@0: #define __MMF_CODECIMPLEMENTATIONUIDS_HRH__ sl@0: sl@0: //codec configuration UID sl@0: #define KUidMmfCodecAudioSettings 0x10203622 sl@0: sl@0: // These are the ECOM Implementation UIDs for the codecs supplied in Symbian plugins. sl@0: // The ECOM Interface UID for CMMFCodec is defined in mmfcodec.h sl@0: sl@0: #define KMmfUidCodecAlawToPCM16 0x101F5034 sl@0: #define KMmfUidCodecAlawToPCM8 0x101F5037 sl@0: #define KMmfUidCodecPCM16ToAlaw 0x101F503A sl@0: #define KMmfUidCodecPCM8ToPCM16 0x101F503D sl@0: #define KMMFUidCodecPCM16toPCM16B 0x101F51E6 sl@0: #define KMMFUidCodecPCM16BtoPCM16 0x101F847F sl@0: #define KMMFUidCodecPCMU16toPCMU16B 0x101F8480 sl@0: #define KMMFUidCodecPCMU16BtoPCMU16 0x101F8481 sl@0: #define KMmfUidCodecAudioS16ToPCMS16 0x101F51D9 sl@0: #define KMmfUidCodecAudioS16ToPCMS8 0x101F51DA sl@0: #define KMmfUidCodecAudioS16ToPCMU16BE 0x101F51DB sl@0: #define KMmfUidCodecAudioS16ToPCMU16 0x101F51DC sl@0: #define KMmfUidCodecAudioS16ToPCMU8 0x101F51DD sl@0: #define KMmfUidCodecAudioS8ToPCMS16 0x101F51DE sl@0: #define KMmfUidCodecAudioU16BEToPCMS16 0x101F51DF sl@0: #define KMmfUidCodecAudioU16ToPCMS16 0x101F51E0 sl@0: #define KMmfUidCodecAudioU8ToPCMS16 0x101F51E1 sl@0: #define KMmfUidCodecIMAADPCMToPCM16 0x101F51E2 sl@0: #define KMmfUidCodecMulawToPCM16 0x101F51E3 sl@0: #define KMmfUidCodecPCM16ToIMAADPCM 0x101F51E4 sl@0: #define KMmfUidCodecPCM16ToMulaw 0x101F51E5 sl@0: #define KMmfUidCodecIMAADPCMToPCM16Stereo 0x101F51E7 sl@0: #define KMmfUidCodecPCM16ToIMAADPCMStereo 0x101F51E8 sl@0: #define KMmfUidCodecGSM610ToPCM16 0x101F504C sl@0: #define KMmfUidCodecPCM16ToGSM610 0x101F504D sl@0: sl@0: #define KAdvancedUidCodecPCM16ToAMR 0x101FAF68 sl@0: sl@0: #endif