68 #endif // VIDEO_FADER_H A simple rational class that holds fractions.
uint32 getHeight() const
Get the height of this track.
uint32 getWidth() const
Get the width of this track.
A generic interface for video decoders.
A VideoTrack that is played at a constant rate.
int getCurFrame() const
Get the current frame of this track.
Fader(uint32 width, uint32 height, int n)
Common::Rational getFrameRate() const
Get the rate at which this track is played.
An abstract representation of a video track.
A quick test fader "video".
int getFrameCount() const
Get the frame count of this track.
void decodeNextTrackFrame(VideoTrack &track)
Decode enough data for the next frame.
Rational number implementation.
void drawFrame(Graphics::Surface &surface)
Generic video decoder interface.
FaderVideoTrack(uint32 width, uint32 height, int n)