diff -r 29ecd5cb86b3 -r d43ce56a1534 gst_plugins_symbian/gst/devsound/devsoundsrcwrapper.h --- a/gst_plugins_symbian/gst/devsound/devsoundsrcwrapper.h Tue Jul 06 14:35:10 2010 +0300 +++ b/gst_plugins_symbian/gst/devsound/devsoundsrcwrapper.h Wed Aug 18 10:04:13 2010 +0300 @@ -87,7 +87,7 @@ public: CActiveListener *AL; CActiveScheduler *as; - TInt init_complete; + //TInt init_complete; CMMFBuffer *buffer; CMMFDevSound *dev_sound; TMMFCapabilities caps; @@ -99,6 +99,7 @@ int bufferreadpos; guint* supportedbitrates; int iSamplesRecorded; + TUint speechbitrate; CSpeechEncoderConfig* iSpeechEncoderConfig; CG711EncoderIntfc* iG711EncoderIntfc; CG729EncoderIntfc* iG729EncoderIntfc; @@ -177,7 +178,10 @@ int set_ilbc_encoder_mode(DevSoundWrapperSrc *handle,enum TIlbcEncodeMode aEncodeMode); int set_ilbc_vad_mode(DevSoundWrapperSrc *handle,gboolean aVadMode); int get_ilbc_vad_mode(DevSoundWrapperSrc *handle,gboolean* aVadMode); - + void update_devsound_speech_bitrate(DevSoundWrapperSrc *handle, TUint bitrate); + + /// getting the call back error + int call_back_error(DevSoundWrapperSrc* dsPtr); #ifdef __cplusplus }//extern c