Update contrib.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
17 #ifndef __AUDIOS16_S16PCM_SE_CODEC_H__
18 #define __AUDIOS16_S16PCM_SE_CODEC_H__
19 #include <mmf/server/mmfcodec.h>
20 #include "MMFAudioPcm16SwapEndianCodecCommon.h"
23 class CMMFAudio16PcmSwapEndianCodec : public CMMFCodec
26 static CMMFAudio16PcmSwapEndianCodec* NewL(TAny* aInitParams);
27 virtual ~CMMFAudio16PcmSwapEndianCodec();
28 TCodecProcessResult ProcessL(const CMMFBuffer& aSrc, CMMFBuffer& aDst);
30 CMMFAudio16PcmSwapEndianCodec();
31 void ConstructL(TAny* aInitParams);
33 const CMMFDataBuffer* iSrc;
36 TMMFAudioPcm16SwapEndianCodec i16PcmTo16PcmSwap ;