diff -r 000000000000 -r 89d6a7a84779 Symbian3/SDK/Source/GUID-96B8657D-FC07-5D5C-8ADE-3B2167A9229E.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-96B8657D-FC07-5D5C-8ADE-3B2167A9229E.dita Thu Jan 21 18:18:20 2010 +0000 @@ -0,0 +1,14 @@ + + + + + +Pausing and Resuming Audio Record The Pause() function stops recording audio, without stopping the buffer traffic. If the Resume() function is supported, you can then use it to continue recording. The buffer traffic continues because the Pause() function does not terminate the MMMFAudioDataConsumer::BufferToBeEmptied(MMMFBufferSink *,CMMFBuffer + *) RecordData() cycle. Call the CMMFDevSound::Pause() function to pause the audio record state. Call the CMMFDevSound::IsResumeSupported() function to check that the Resume() function is supported. If the resume function is supported, call the CMMFDevSound::Resume() function to pause the audio record state. Otherwise you must use the shut down stop function. For more information about the shut down stop function, see Stopping Audio Record. Starting Audio + Record \ No newline at end of file