Public Member Functions | |
| AudioStreamPackage (ToonEngine *vm) | |
| bool | loadAudioPackage (const Common::Path &indexFile, const Common::Path &streamFile) |
| void | getInfo (int32 id, int32 *offset, int32 *size) |
| Common::SeekableReadStream * | getStream (int32 id, bool ownMemory=false) |
Protected Attributes | |
| Common::SeekableReadStream * | _file |
| uint32 * | _indexBuffer |
| ToonEngine * | _vm |