Media_RecordSoundPause
Media_RecordSoundPause toggles the pause/resume state of the current recording.
No parameters are used.
It is often useful to call this function from a button/script.
Returns
Returns an error if the function is called when no recording is in progress.
Use Media_GetLastError to check for errors.
Example
To pause or resume recording:
Set Field [ MyTable::SoundContainer ;
Media_RecordSoundPause ]