ScummVM API documentation
Watchmaker::gMovie Struct Reference

Public Member Functions

 gMovie (Common::SharedPtr< Common::SeekableReadStream > stream, Texture *texture, const Common::String &name)
 
bool setFrame (uint16 newFrame)
 
void loadThisFrameData (uint16 frame)
 
void buildNewFrame (byte *surf, uint16 frame)
 
bool updateMovie ()
 

Public Attributes

Common::String _name
 
Common::SharedPtr< Common::SeekableReadStream_stream
 
uint16 _numFrames
 
uint16 _curFrame
 
uint16 _width
 
uint16 _height
 
uint16 _numBlocks
 
uint32 _startTime
 
uint8 _keyFrame
 
uint8 _frameRate
 
uint32 * _frameOffsets
 
uint8 * _buffer
 
uint8 * _surfaceBuffer
 
DDSHeader _header
 
Texture_texture = nullptr
 
bool _paused = false
 

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