Public Attributes | |
Type | type |
Type of the video to open. | |
int | sprite |
The sprite onto which to draw the video. | |
int32 | x |
X coordinate of the video. | |
int32 | y |
Y coordinate of the video. | |
int32 | width |
Width of the video. | |
int32 | height |
Height of the video. | |
uint32 | flags |
Video flags. | |
bool | switchColorMode |
Switch between paletted / true color modes? | |
int32 | startFrame |
Frame to start playback from. | |
int32 | lastFrame |
Frame to stop playback at. | |
int32 | endFrame |
Last frame of this playback cycle. | |
bool | forceSeek |
Force the seeking to the start frame. | |
int16 | breakKey |
Keycode of the break/abort key. | |
uint16 | palCmd |
Palette command. | |
int16 | palStart |
Palette entry to start with. | |
int16 | palEnd |
Palette entry to end at. | |
int32 | palFrame |
Frame to apply the palette command at. | |
bool | noBlock |
Non-blocking "live" video? | |
bool | loop |
Loop the video? | |
bool | fade |
Fade in? | |
bool | waitEndFrame |
Wait for the frame's time to run out? | |
bool | hasSound |
Does the video have sound? | |
bool | canceled |
Was the video canceled? | |