Movie::GetMovieState
Defined in:
Returns the current state of a movie.
C4Movies.h
Prototype
MovieState GetMovieState(void) const;
Description
The GetMovieState
function returns the current state of a movie, which can be one of the following constants.
kMovieStopped |
The movie is stopped. |
kMoviePlaying |
The movie is playing. |
See Also