C4 Engine
C4 Engine API Documentation

SoundMgr::StopRecording

Defined in:  C4Sound.h
Stops recording audio output.
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

SoundMgr::StartRecording

MovieMgr::StartRecording

MovieMgr::StopRecording