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 "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".
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 };
52 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
53 #include <mda/common/mdagsmwavcodec.h>
55 #endif // __GSMAUDIO_H__