|
| virtual bool | play (const Common::String &filename, bool looping, int x, int y, bool start=true, bool showSubtitles=false) |
| |
|
virtual void | stop () |
| |
|
virtual void | pause (bool p) |
| |
|
virtual bool | isPlaying () |
| |
|
virtual bool | isUpdateNeeded () |
| |
|
virtual Graphics::Surface * | getDstSurface () |
| |
|
virtual const byte * | getDstPalette () |
| |
|
virtual int | getX () |
| |
|
virtual int | getY () |
| |
|
virtual int | getFrame () |
| |
|
virtual void | clearUpdateNeeded () |
| |
|
virtual int32 | getMovieTime () |
| |
|
void | drawMovieSubtitle () |
| |
| void | saveState (SaveGame *state) |
| |
|
void | restoreState (SaveGame *state) |
| |
| virtual bool | prepareFrame () |
| |
| virtual void | handleFrame () |
| |
| virtual void | postHandleFrame () |
| |
| virtual void | init () |
| |
| virtual void | deinit () |
| |
| virtual void | save (SaveGame *state) |
| |
| virtual void | restore (SaveGame *state) |
| |
|
static void | timerCallback (void *ptr) |
| |
|
Common::String | _fname |
| |
|
Common::Mutex | _frameMutex |
| |
|
Video::VideoDecoder * | _videoDecoder |
| |
|
const Graphics::Surface * | _internalSurface |
| |
|
Graphics::Surface * | _externalSurface |
| |
|
const byte * | _internalPalette |
| |
|
byte * | _externalPalette |
| |
|
int32 | _frame |
| |
|
bool | _updateNeeded |
| |
|
bool | _showSubtitles |
| |
|
float | _movieTime |
| |
|
int | _channels |
| |
|
int | _freq |
| |
|
bool | _videoFinished |
| |
|
bool | _videoPause |
| |
|
bool | _videoLooping |
| |
|
bool | _timerStarted |
| |
|
int | _x |
| |
|
int | _y |
| |
The documentation for this class was generated from the following file: