#include <vidl2_ffmpeg_istream.h>
Inheritance diagram for vidl2_ffmpeg_istream:

Definition at line 23 of file vidl2_ffmpeg_istream.h.
Public Member Functions | |
| vidl2_ffmpeg_istream () | |
| Constructor - default. | |
| vidl2_ffmpeg_istream (const vcl_string &filename) | |
| Constructor - from a filename. | |
| virtual | ~vidl2_ffmpeg_istream () |
| Destructor. | |
| virtual bool | open (const vcl_string &filename) |
| Open a new stream using a filename. | |
| virtual void | close () |
| Close the stream. | |
| virtual bool | is_open () const |
| Return true if the stream is open for reading. | |
| virtual bool | is_valid () const |
| Return true if the stream is in a valid state. | |
| virtual bool | is_seekable () const |
| Return true if the stream support seeking. | |
| virtual unsigned int | frame_number () const |
| Return the current frame number. | |
| virtual bool | advance () |
| Advance to the next frame (but don't acquire an image). | |
| virtual vidl2_frame_sptr | read_frame () |
| Read the next frame from the stream (advance and acquire). | |
| virtual vidl2_frame_sptr | current_frame () |
| Return the current frame in the stream. | |
| virtual bool | seek_frame (unsigned int frame_number) |
| Seek to the given frame number. | |
| void | ref () |
| Increment reference count. | |
| void | unref () |
| Decrement reference count. | |
| int | ref_count () const |
| Number of objects referring to this data. | |
Private Attributes | |
| pimpl * | is_ |
Classes | |
| struct | pimpl |
|
|
Constructor - default.
Definition at line 73 of file vidl2_ffmpeg_istream.cxx. |
|
|
Constructor - from a filename.
Definition at line 82 of file vidl2_ffmpeg_istream.cxx. |
|
|
Destructor.
Definition at line 92 of file vidl2_ffmpeg_istream.cxx. |
|
|
Advance to the next frame (but don't acquire an image).
Implements vidl2_istream. Definition at line 240 of file vidl2_ffmpeg_istream.cxx. |
|
|
Close the stream.
Implements vidl2_istream. Definition at line 163 of file vidl2_ffmpeg_istream.cxx. |
|
|
Return the current frame in the stream.
Implements vidl2_istream. Definition at line 322 of file vidl2_ffmpeg_istream.cxx. |
|
|
Return the current frame number.
Implements vidl2_istream. Definition at line 217 of file vidl2_ffmpeg_istream.cxx. |
|
|
Return true if the stream is open for reading.
Implements vidl2_istream. Definition at line 190 of file vidl2_ffmpeg_istream.cxx. |
|
|
Return true if the stream support seeking.
Implements vidl2_istream. Definition at line 208 of file vidl2_ffmpeg_istream.cxx. |
|
|
Return true if the stream is in a valid state.
Implements vidl2_istream. Definition at line 199 of file vidl2_ffmpeg_istream.cxx. |
|
|
Open a new stream using a filename.
Definition at line 101 of file vidl2_ffmpeg_istream.cxx. |
|
|
Read the next frame from the stream (advance and acquire).
Implements vidl2_istream. Definition at line 312 of file vidl2_ffmpeg_istream.cxx. |
|
|
Increment reference count.
Definition at line 63 of file vidl2_istream.h. |
|
|
Number of objects referring to this data.
Definition at line 69 of file vidl2_istream.h. |
|
|
Seek to the given frame number.
Implements vidl2_istream. Definition at line 407 of file vidl2_ffmpeg_istream.cxx. |
|
|
Decrement reference count.
Definition at line 66 of file vidl2_istream.h. |
|
|
Definition at line 70 of file vidl2_ffmpeg_istream.h. |
1.4.4