Public Member Functions | |
| MoviePlayer (ToltecsEngine *vm) | |
| void | playMovie (uint resIndex) |
| bool | isPlaying () |
Protected Member Functions | |
| void | unpackPalette (byte *source, byte *dest, int elemCount, int elemSize) |
| void | unpackRle (byte *source, byte *dest) |
| void | fetchAudioChunks () |
| bool | handleInput () |
Protected Attributes | |
| ToltecsEngine * | _vm |
| Audio::QueuingAudioStream * | _audioStream |
| Audio::SoundHandle | _audioStreamHandle |
| bool | _isPlaying |
| uint32 | _framesPerSoundChunk |
| int32 | _lastPrefetchOfs |
| int32 | _endPos |