Media_RecordSoundStop
Media_RecordSoundStop stops the current asynchronous (in background) recording if any and returns a QuickTime reference to that file.
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_RecordSoundStop ]