os/mm/mmlibs/mmfw/inc/mmf/PLUGIN/mmfCodecImplementationUIDs.hrh
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmlibs/mmfw/inc/mmf/PLUGIN/mmfCodecImplementationUIDs.hrh	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,61 @@
     1.4 +// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// mmfCodecImplementationUIDs
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +/**
    1.22 + @file
    1.23 + @publishedPartner
    1.24 + @released
    1.25 +*/
    1.26 +
    1.27 +#ifndef __MMF_CODECIMPLEMENTATIONUIDS_HRH__
    1.28 +#define __MMF_CODECIMPLEMENTATIONUIDS_HRH__
    1.29 +
    1.30 +//codec configuration UID
    1.31 +#define  KUidMmfCodecAudioSettings	0x10203622
    1.32 +
    1.33 +// These are the ECOM Implementation UIDs for the codecs supplied in Symbian plugins.
    1.34 +// The ECOM Interface UID for CMMFCodec is defined in mmfcodec.h
    1.35 +
    1.36 +#define  KMmfUidCodecAlawToPCM16   0x101F5034
    1.37 +#define  KMmfUidCodecAlawToPCM8    0x101F5037
    1.38 +#define  KMmfUidCodecPCM16ToAlaw    0x101F503A
    1.39 +#define  KMmfUidCodecPCM8ToPCM16    0x101F503D
    1.40 +#define	 KMMFUidCodecPCM16toPCM16B 0x101F51E6
    1.41 +#define	 KMMFUidCodecPCM16BtoPCM16 0x101F847F
    1.42 +#define	 KMMFUidCodecPCMU16toPCMU16B 0x101F8480
    1.43 +#define	 KMMFUidCodecPCMU16BtoPCMU16 0x101F8481
    1.44 +#define  KMmfUidCodecAudioS16ToPCMS16    0x101F51D9
    1.45 +#define  KMmfUidCodecAudioS16ToPCMS8    0x101F51DA
    1.46 +#define  KMmfUidCodecAudioS16ToPCMU16BE   0x101F51DB
    1.47 +#define  KMmfUidCodecAudioS16ToPCMU16    0x101F51DC
    1.48 +#define  KMmfUidCodecAudioS16ToPCMU8    0x101F51DD
    1.49 +#define  KMmfUidCodecAudioS8ToPCMS16    0x101F51DE
    1.50 +#define  KMmfUidCodecAudioU16BEToPCMS16    0x101F51DF
    1.51 +#define  KMmfUidCodecAudioU16ToPCMS16    0x101F51E0
    1.52 +#define  KMmfUidCodecAudioU8ToPCMS16   0x101F51E1
    1.53 +#define  KMmfUidCodecIMAADPCMToPCM16   0x101F51E2
    1.54 +#define  KMmfUidCodecMulawToPCM16  0x101F51E3
    1.55 +#define  KMmfUidCodecPCM16ToIMAADPCM   0x101F51E4
    1.56 +#define  KMmfUidCodecPCM16ToMulaw   0x101F51E5
    1.57 +#define  KMmfUidCodecIMAADPCMToPCM16Stereo   0x101F51E7
    1.58 +#define  KMmfUidCodecPCM16ToIMAADPCMStereo   0x101F51E8
    1.59 +#define  KMmfUidCodecGSM610ToPCM16	  0x101F504C
    1.60 +#define  KMmfUidCodecPCM16ToGSM610	  0x101F504D
    1.61 +
    1.62 +#define  KAdvancedUidCodecPCM16ToAMR    0x101FAF68
    1.63 +
    1.64 +#endif