hi..
i am playing audio using CMdaAudioOutputStream.
how can i pause playing audio?
following code s not working
please help me..HTML Code:void CAudioStreamPlayer::Pause() { iAudioStream->Pause(); }
thanks
hi..
i am playing audio using CMdaAudioOutputStream.
how can i pause playing audio?
following code s not working
please help me..HTML Code:void CAudioStreamPlayer::Pause() { iAudioStream->Pause(); }
thanks
Use a variable ,say TBool iPause;
When you want to pause set iPause to true and in MaoscBufferCopied check for that variable and if its true don't call iStream->writel();
basically already suggsted in: http://discussion.forum.nokia.com/fo...d.php?t=201782