class MovieMgr
Defined in:
The Movie Manager class.
C4Movies.h
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