diff -r 5505e8908944 -r 71e347f905f2 gst_plugins_symbian/gst/devsound/devsoundsrcwrapper.h --- a/gst_plugins_symbian/gst/devsound/devsoundsrcwrapper.h Fri Jan 22 09:59:59 2010 +0200 +++ b/gst_plugins_symbian/gst/devsound/devsoundsrcwrapper.h Fri Mar 19 09:35:09 2010 +0200 @@ -97,6 +97,7 @@ TUint32 fourcc; int bufferreadpos; guint* supportedbitrates; + int iSamplesRecorded; CSpeechEncoderConfig* iSpeechEncoderConfig; CG711EncoderIntfc* iG711EncoderIntfc; CG729EncoderIntfc* iG729EncoderIntfc; @@ -141,6 +142,9 @@ int open_devsound(DevSoundWrapperSrc **handle); int open_device(DevSoundWrapperSrc **handle); int initialize_devsound(GstDevsoundSrc* ds); + int pause_devsound(GstDevsoundSrc *ds); + int stop_devsound(GstDevsoundSrc *ds); + int resume_devsound(GstDevsoundSrc *ds); int close_devsound(GstDevsoundSrc* ds); int SetConfigurations(DevSoundWrapperSrc *handle);