Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Copyright (c) 2000-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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef __GSMAUDIO_H__
17 #define __GSMAUDIO_H__
20 //*******************************************************************
22 //*******************************************************************
24 // Standard EPOC32 includes
26 // Public Media Server includes
27 #include <mda/common/base.h>
28 #include <mda/common/resource.h>
29 #include <mda/common/controller.h>
30 #include <mda/common/audio.hrh>
31 #include <mda/common/gsmaudio.hrh>
34 //*******************************************************************
36 //*******************************************************************
42 Uid value for GSM610 codec
44 const TUint KUidMdaGsmWavCodecValue = KUidMdaGsmWavCodecDefine;
50 const TUid KUidMdaGsmWavCodec = { KUidMdaGsmWavCodecValue };
53 //*******************************************************************
54 //* TMdaGsmWavCodec Class:
55 //*******************************************************************
58 class TMdaGsmWavCodec : public TMdaWavCodec
64 inline TMdaGsmWavCodec();
68 //*******************************************************************
70 //*******************************************************************
72 inline TMdaGsmWavCodec::TMdaGsmWavCodec() :
73 TMdaWavCodec (KUidMdaGsmWavCodec, sizeof(TMdaGsmWavCodec) )
78 #endif // __GSMAUDIO_H__