Additional Inherited Members | |
Public Member Functions inherited from Video::AVIDecoder | |
| AVIDecoder (const Common::Rational &frameRateOverride) | |
| bool | loadStream (Common::SeekableReadStream *stream) |
| void | close () |
| uint16 | getWidth () const |
| uint16 | getHeight () const |
| bool | rewind () |
| bool | isRewindable () const |
| bool | isSeekable () const |
| virtual const Graphics::Surface * | decodeNextFrame () |
| const Graphics::Surface * | decodeNextTransparency () |
| virtual bool | seekToFrame (uint frame) |
Public Member Functions inherited from Video::VideoDecoder | |
| virtual bool | loadFile (const Common::Path &filename) |
| bool | isVideoLoaded () const |
| void | start () |
| void | stop () |
| void | setRate (const Common::Rational &rate) |
| Common::Rational | getRate () const |
| bool | isPlaying () const |
| bool | seek (const Audio::Timestamp &time) |
| void | pauseVideo (bool pause) |
| bool | isPaused () const |
| void | setEndTime (const Audio::Timestamp &endTime) |
| void | setEndFrame (uint frame) |
| Audio::Timestamp | getEndTime () const |
| void | resetStartTime () |
| bool | endOfVideo () const |
| int | getCurFrame () const |
| int | getCurFrameDelay () const |
| uint32 | getFrameCount () const |
| uint32 | getTime () const |
| Graphics::PixelFormat | getPixelFormat () const |
| virtual Audio::Timestamp | getDuration () const |
| const byte * | getPalette () |
| bool | hasDirtyPalette () const |
| void | delayMillis (uint msecs) |
| uint32 | getTimeToNextFrame () const |
| bool | needsUpdate () const |
| bool | setReverse (bool reverse) |
| bool | setDitheringPalette (const byte *palette) |
| bool | setOutputPixelFormat (const Graphics::PixelFormat &format) |
| bool | setOutputPixelFormats (const Common::List< Graphics::PixelFormat > &formatList) |
| virtual void | setVideoCodecAccuracy (Image::CodecAccuracy accuracy) |
| byte | getVolume () const |
| void | setVolume (byte volume) |
| int8 | getBalance () const |
| void | setBalance (int8 balance) |
| Audio::Mixer::SoundType | getSoundType () const |
| void | setSoundType (Audio::Mixer::SoundType soundType) |
| bool | addStreamTrack (Audio::SeekableAudioStream *stream) |
| bool | addStreamFileTrack (const Common::Path &baseName) |
| bool | setAudioTrack (int index) |
| uint | getAudioTrackCount () const |
Protected Types inherited from Video::AVIDecoder | |
| enum | IndexFlags { AVIIF_INDEX = 0x10 } |
| enum | AVIFlags { AVIF_HASINDEX = 0x00000010, AVIF_MUSTUSEINDEX = 0x00000020, AVIF_ISINTERLEAVED = 0x00000100, AVIF_TRUSTCKTYPE = 0x00000800, AVIF_WASCAPTUREFILE = 0x00010000, AVIF_WASCOPYRIGHTED = 0x00020000 } |
Protected Types inherited from Video::VideoDecoder | |
| typedef Common::Array< Track * > | TrackList |
| typedef TrackList::iterator | TrackListIterator |
Protected Member Functions inherited from Video::AVIDecoder | |
| void | readNextPacket () |
| bool | seekIntern (const Audio::Timestamp &time) |
| bool | supportsAudioTrackSwitching () const |
| AudioTrack * | getAudioTrack (int index) |
| void | addTrack (Track *track, bool isExternal=false) |
| void | readOldIndex (uint32 size) |
| void | initCommon () |
| bool | parseNextChunk () |
| void | skipChunk (uint32 size) |
| void | handleList (uint32 listSize) |
| bool | handleStreamHeader (uint32 size) |
| void | readStreamName (uint32 size) |
| void | readPalette8 (uint32 size) |
| uint16 | getStreamType (uint32 tag) const |
| void | checkTruemotion1 () |
| uint | getVideoTrackOffset (uint trackIndex, uint frameNumber=0) |
| void | handleNextPacket (TrackStatus &status) |
| bool | shouldQueueAudio (TrackStatus &status) |
| void | seekTransparencyFrame (int frame) |
Protected Member Functions inherited from Video::VideoDecoder | |
| void | resetPauseStartTime () |
| void | addTrack (Track *track, bool isExternal=false) |
| virtual bool | useAudioSync () const |
| Track * | getTrack (uint track) |
| const Track * | getTrack (uint track) const |
| bool | endOfVideoTracks () const |
| VideoTrack * | findNextVideoTrack () |
| TrackListIterator | getTrackListBegin () |
| TrackListIterator | getTrackListEnd () |
| void | eraseTrack (Track *track) |
| uint | getNumTracks () |
| void | stopAudio () |
| void | setAudioRate (Common::Rational rate) |
| void | startAudio () |
| void | startAudioLimit (const Audio::Timestamp &limit) |
| bool | hasFramesLeft () const |
| bool | hasAudio () const |
Static Protected Member Functions inherited from Video::AVIDecoder | |
| static byte | getStreamIndex (uint32 tag) |
Protected Attributes inherited from Video::AVIDecoder | |
| AVIHeader | _header |
| IndexEntries | _indexEntries |
| Common::SeekableReadStream * | _fileStream |
| bool | _decodedHeader |
| bool | _foundMovieList |
| uint32 | _movieListStart |
| uint32 | _movieListEnd |
| Common::Rational | _frameRateOverride |
| int | _videoTrackCounter |
| int | _audioTrackCounter |
| Track * | _lastAddedTrack |
| Common::Array< TrackStatus > | _videoTracks |
| Common::Array< TrackStatus > | _audioTracks |
| TrackStatus | _transparencyTrack |
Protected Attributes inherited from Video::VideoDecoder | |
| Audio::Timestamp | _lastTimeChange |
| int32 | _startTime |
| VideoTrack * | _nextVideoTrack |
| Image::CodecAccuracy | _videoCodecAccuracy |