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