CIN_Play
Description
Start cinema playback. Once the cinema is ready to be exposed to the viewer, the system sends a SDL_VIDEOEXPOSE
event to tell the application to update its area. Video will be stretched to fit the screen.
When the video has finished playing, the application will receive an SDL_USEREVENT
of type SDL_CINEMA_EOS
.
Syntax
void CIN_Play(void);