SoundMgr::StopRecording
Defined in:
Stops recording audio output.
C4Sound.h
Prototype
void StopRecording(void);
Description
The StopRecording
function stops audio output recording that was previously started with the SoundMgr::StartRecording
function. If audio recording is not in progress when the StopRecording
function is called, then the function has no effect.
See Also