Public Member Functions | |
| VideoPlayer (AccessEngine *vm) | |
| void | setVideo (BaseSurface *vidSurface, const Common::Point &pt, const FileIdent &videoFile, int rate) |
| void | setVideo (BaseSurface *vidSurface, const Common::Point &pt, const Common::Path &filename, int rate) |
| void | playVideo () |
| void | copyVideo () |
| void | closeVideo () |
Public Member Functions inherited from Access::Manager | |
| Manager (AccessEngine *vm) | |
Public Attributes | |
| int | _videoFrame |
| bool | _soundFlag |
| int | _soundFrame |
| bool | _videoEnd |
Additional Inherited Members | |
Protected Attributes inherited from Access::Manager | |
| AccessEngine * | _vm |
| void Access::VideoPlayer::setVideo | ( | BaseSurface * | vidSurface, |
| const Common::Point & | pt, | ||
| const FileIdent & | videoFile, | ||
| int | rate | ||
| ) |
Start up a video
| void Access::VideoPlayer::playVideo | ( | ) |
Decodes a frame of the video
| void Access::VideoPlayer::closeVideo | ( | ) |
Frees the data for a previously loaded video