Public Member Functions | |
DemoPlayer (GobEngine *vm) | |
bool | play (const char *fileName) |
bool | play (uint32 index) |
Protected Member Functions | |
virtual bool | playStream (Common::SeekableReadStream &stream)=0 |
bool | lineStartsWith (const Common::String &line, const char *start) |
void | init () |
void | evaluateVideoMode (const char *mode) |
void | clearScreen () |
void | playVideo (const char *fileName) |
void | playADL (const char *params) |
void | playVideoNormal (int slot) |
void | playVideoDoubled (int slot) |
void | playADL (const Common::String &fileName, bool waitEsc=true, int32 repeat=-1) |
Protected Attributes | |
GobEngine * | _vm |
bool | _doubleMode |
bool | _autoDouble |
bool | _rebase0 |