C4 Engine
C4 Engine API Documentation

class MovieMgr

Defined in:  C4Movies.h
The Movie Manager class.
Definition

class MovieMgr : public Manager<MovieMgr>

Member Functions
MovieMgr::StartRecording Starts recording video output to movie sequence files.
MovieMgr::StopRecording Stops recording video output.
MovieMgr::FormatMovieTime Formats a movie time value as a string showing seconds, minutes, etc.
Description
The MovieMgr class encapsulates the movie compression and playback functionality of the engine. The single instance of the Movie Manager is constructed during an application's initialization and destroyed at termination.

The Movie Manager's member functions are accessed through the global pointer TheMovieMgr.
See Also

Movie

MovieWidget