Public Member Functions | |
| BBDOUVideoPlayer (IllusionsEngine_BBDOU *vm) | |
| void | start (uint32 videoId, uint32 objectId, uint32 priority, uint32 callingThreadId) |
| void | stop () |
| void | update () |
| bool | isPlaying () const |
| void | notifyCallingThread () |
Public Attributes | |
| IllusionsEngine_BBDOU * | _vm |
| Video::VideoDecoder * | _videoDecoder |
| uint32 | _objectId |
| int | _priority |
| uint32 | _callingThreadId |