omxilcomp/omxilaudioemulator/pcmrenderer/src/omxilpcmrendererprocessingfunction.h
changeset 1 e0d606d6e3b1
parent 0 58be5850fb6c
--- a/omxilcomp/omxilaudioemulator/pcmrenderer/src/omxilpcmrendererprocessingfunction.h	Thu Sep 02 20:13:57 2010 +0300
+++ b/omxilcomp/omxilaudioemulator/pcmrenderer/src/omxilpcmrendererprocessingfunction.h	Fri Sep 17 08:27:08 2010 +0300
@@ -24,7 +24,6 @@
 #ifndef OMXILPCMRENDERERPROCESSINGFUNCTION_H
 #define OMXILPCMRENDERERPROCESSINGFUNCTION_H
 
-#include <mmf/server/mmfdatabuffer.h>
 #include "omxilpcmrendererconst.h"
 #include <openmax/il/common/omxilprocessingfunction.h>
 #include <e32msgqueue.h> 
@@ -106,7 +105,7 @@
 		OMX_BUFFERHEADERTYPE* GetCurrentBuffer();
 		TInt GetBytesPlayed();
 		void ConfigAudioRamper(TInt64 aRampTime);
-		TBool RampAudio(CMMFDataBuffer* aBuffer);
+		TBool RampAudio(TDes8& aBuffer);
 		TBool ConstructAndStartUpdateTimer();
 		void ProcessNextBuffer();
 		void PlayData();