30 INLINE
int MovieVideoCursor::
53 return _num_components;
116 return _can_seek_fast;
bool ready() const
Returns true if the cursor is a streaming source, and if a video frame is ready to be read...
double length() const
Returns the length of the movie.
bool can_seek() const
Returns true if the movie can seek.
int get_num_components() const
Returns 4 if the movie has an alpha channel, 3 otherwise.
bool streaming() const
Returns true if the video frames are being "pushed" at us by something that operates at its own speed...
A MovieVideo is actually any source that provides a sequence of video frames.
int size_y() const
Get the vertical size of the movie.
bool aborted() const
Returns true if the video has aborted prematurely.
A MovieVideo is actually any source that provides a sequence of video frames.
bool can_seek_fast() const
Returns true if seek operations are constant time.