C4 Engine
C4 Engine API Documentation

MovieMgr::StopRecording

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

MovieMgr::StartRecording

SoundMgr::StartRecording

SoundMgr::StopRecording

Wiki Articles

Recording Movies