0
|
1 |
// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// mmfCodecImplementationUIDs
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
@publishedPartner
|
|
21 |
@released
|
|
22 |
*/
|
|
23 |
|
|
24 |
#ifndef __MMF_CODECIMPLEMENTATIONUIDS_HRH__
|
|
25 |
#define __MMF_CODECIMPLEMENTATIONUIDS_HRH__
|
|
26 |
|
|
27 |
//codec configuration UID
|
|
28 |
#define KUidMmfCodecAudioSettings 0x10203622
|
|
29 |
|
|
30 |
// These are the ECOM Implementation UIDs for the codecs supplied in Symbian plugins.
|
|
31 |
// The ECOM Interface UID for CMMFCodec is defined in mmfcodec.h
|
|
32 |
|
|
33 |
#define KMmfUidCodecAlawToPCM16 0x101F5034
|
|
34 |
#define KMmfUidCodecAlawToPCM8 0x101F5037
|
|
35 |
#define KMmfUidCodecPCM16ToAlaw 0x101F503A
|
|
36 |
#define KMmfUidCodecPCM8ToPCM16 0x101F503D
|
|
37 |
#define KMMFUidCodecPCM16toPCM16B 0x101F51E6
|
|
38 |
#define KMMFUidCodecPCM16BtoPCM16 0x101F847F
|
|
39 |
#define KMMFUidCodecPCMU16toPCMU16B 0x101F8480
|
|
40 |
#define KMMFUidCodecPCMU16BtoPCMU16 0x101F8481
|
|
41 |
#define KMmfUidCodecAudioS16ToPCMS16 0x101F51D9
|
|
42 |
#define KMmfUidCodecAudioS16ToPCMS8 0x101F51DA
|
|
43 |
#define KMmfUidCodecAudioS16ToPCMU16BE 0x101F51DB
|
|
44 |
#define KMmfUidCodecAudioS16ToPCMU16 0x101F51DC
|
|
45 |
#define KMmfUidCodecAudioS16ToPCMU8 0x101F51DD
|
|
46 |
#define KMmfUidCodecAudioS8ToPCMS16 0x101F51DE
|
|
47 |
#define KMmfUidCodecAudioU16BEToPCMS16 0x101F51DF
|
|
48 |
#define KMmfUidCodecAudioU16ToPCMS16 0x101F51E0
|
|
49 |
#define KMmfUidCodecAudioU8ToPCMS16 0x101F51E1
|
|
50 |
#define KMmfUidCodecIMAADPCMToPCM16 0x101F51E2
|
|
51 |
#define KMmfUidCodecMulawToPCM16 0x101F51E3
|
|
52 |
#define KMmfUidCodecPCM16ToIMAADPCM 0x101F51E4
|
|
53 |
#define KMmfUidCodecPCM16ToMulaw 0x101F51E5
|
|
54 |
#define KMmfUidCodecIMAADPCMToPCM16Stereo 0x101F51E7
|
|
55 |
#define KMmfUidCodecPCM16ToIMAADPCMStereo 0x101F51E8
|
|
56 |
#define KMmfUidCodecGSM610ToPCM16 0x101F504C
|
|
57 |
#define KMmfUidCodecPCM16ToGSM610 0x101F504D
|
|
58 |
|
|
59 |
#define KAdvancedUidCodecPCM16ToAMR 0x101FAF68
|
|
60 |
|
|
61 |
#endif
|