C4 Engine
C4 Engine API Documentation

Movie::GetMovieState

Defined in:  C4Movies.h
Returns the current state of a movie.
Prototype

MovieState GetMovieState(voidconst;

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

Movie::GetMovieTime

Movie::SetMovieTime

MovieWidget::PlayMovie

MovieWidget::StopMovie