First public contribution.
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 __MDAGSMWAVCODEC_H__
17 #define __MDAGSMWAVCODEC_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 //*******************************************************************
35 //* TMdaGsmWavCodec Class:
36 //*******************************************************************
39 class TMdaGsmWavCodec : public TMdaWavCodec
45 inline TMdaGsmWavCodec();
49 //*******************************************************************
51 //*******************************************************************
53 inline TMdaGsmWavCodec::TMdaGsmWavCodec() :
54 TMdaWavCodec (KUidMdaGsmWavCodec, sizeof(TMdaGsmWavCodec) )
59 #endif // __MDAGSMWAVCODEC_H__