|
void | copyFrame (uint8 *data) |
|
void | decodeByteRun (uint8 *data) |
|
void | decodeDeltaFLC (uint8 *data) |
|
void | unpackPalette (uint8 *mem) |
|
virtual void | pauseIntern (bool shouldPause) |
|
|
enum | TrackType { kTrackTypeNone,
kTrackTypeVideo,
kTrackTypeAudio
} |
|
◆ endOfTrack()
bool Video::FlicDecoder::FlicVideoTrack::endOfTrack |
( |
| ) |
const |
|
virtual |
◆ isRewindable()
virtual bool Video::FlicDecoder::FlicVideoTrack::isRewindable |
( |
| ) |
const |
|
inlinevirtual |
Return if the track is rewindable.
If a video is seekable, it does not need to implement this for it to also be rewindable.
Reimplemented from Video::VideoDecoder::Track.
◆ rewind()
virtual bool Video::FlicDecoder::FlicVideoTrack::rewind |
( |
| ) |
|
|
virtual |
Rewind the video to the beginning.
If a video is seekable, it does not need to implement this for it to also be rewindable.
- Returns
- true on success, false otherwise.
Reimplemented from Video::VideoDecoder::Track.
◆ getWidth()
uint16 Video::FlicDecoder::FlicVideoTrack::getWidth |
( |
| ) |
const |
|
virtual |
◆ getHeight()
uint16 Video::FlicDecoder::FlicVideoTrack::getHeight |
( |
| ) |
const |
|
virtual |
◆ getPixelFormat()
◆ getCurFrame()
int Video::FlicDecoder::FlicVideoTrack::getCurFrame |
( |
| ) |
const |
|
inlinevirtual |
◆ getFrameCount()
int Video::FlicDecoder::FlicVideoTrack::getFrameCount |
( |
| ) |
const |
|
inlinevirtual |
Get the frame count of this track
- Note
- If the frame count is unknown, return 0 (which is also the default implementation of the function). However, one must also implement endOfTrack() in that case.
Reimplemented from Video::VideoDecoder::VideoTrack.
◆ getNextFrameStartTime()
uint32 Video::FlicDecoder::FlicVideoTrack::getNextFrameStartTime |
( |
| ) |
const |
|
inlinevirtual |
◆ decodeNextFrame()
virtual const Graphics::Surface* Video::FlicDecoder::FlicVideoTrack::decodeNextFrame |
( |
| ) |
|
|
virtual |
◆ getPalette()
const byte* Video::FlicDecoder::FlicVideoTrack::getPalette |
( |
| ) |
const |
|
inlinevirtual |
◆ hasDirtyPalette()
bool Video::FlicDecoder::FlicVideoTrack::hasDirtyPalette |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: