ScummVM API documentation
Access::VideoPlayer Class Reference
Inheritance diagram for Access::VideoPlayer:
Access::Manager

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
 

Member Function Documentation

◆ setVideo()

void Access::VideoPlayer::setVideo ( BaseSurface vidSurface,
const Common::Point pt,
const FileIdent videoFile,
int  rate 
)

Start up a video

◆ playVideo()

void Access::VideoPlayer::playVideo ( )

Decodes a frame of the video

◆ closeVideo()

void Access::VideoPlayer::closeVideo ( )

Frees the data for a previously loaded video


The documentation for this class was generated from the following file: