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

use set_demux if mpeg is a VOB
Definition at line 18 of file oxp_vidl_mpeg_codec.h.
Public Member Functions | |
| virtual bool | get_section (int position, void *ib, int x0, int y0, int xs, int ys) const |
| virtual int | put_section (int position, void *ib, int x0, int y0, int xs, int ys) |
| virtual bool | probe (vcl_string const &fname) |
| virtual vidl_vil1_codec_sptr | load (vcl_string const &fname, char mode= 'r') |
| virtual bool | save (vidl_vil1_movie *movie, vcl_string const &fname) |
| virtual vcl_string | type () const |
| void | close () |
| virtual vidl_vil1_image_list_codec * | castto_vidl_vil1_image_list_codec () |
| virtual vidl_vil1_mpegcodec * | castto_vidl_vil1_mpegcodec () |
| virtual vidl_vil1_avicodec * | castto_vidl_vil1_avicodec () |
| void | set_number_frames (int n=0) |
| void | set_name (vcl_string n="") |
| void | set_description (vcl_string d="") |
| void | set_format (char f= '\0') |
| void | set_image_class (char t= 'M') |
| void | set_bits_pixel (int d=0) |
| void | set_width (int x=0) |
| void | set_height (int y=0) |
| void | set_size_z (int z=1) |
| void | set_size_t (int t=1) |
| int | length () const |
| vcl_string | get_name () const |
| vcl_string | get_description () const |
| char | get_image_class () const |
| char | get_format () const |
| int | width () const |
| int | height () const |
| int | get_bits_pixel () const |
| int | get_bytes_pixel () const |
| void | ref () |
| void | unref () |
| int | get_references () const |
| bool | is_referenced () const |
Private Attributes | |
| oxp_mpeg_codec | p |
|
|
Reimplemented from vidl_vil1_codec. Definition at line 37 of file oxp_vidl_mpeg_codec.h. |
|
||||||||||||||||||||||||||||
|
Implements vidl_vil1_codec. Definition at line 23 of file oxp_vidl_mpeg_codec.h. |
|
||||||||||||
|
Implements vidl_vil1_codec. Definition at line 6 of file oxp_vidl_mpeg_codec.cxx. |
|
|
Implements vidl_vil1_codec. Definition at line 31 of file oxp_vidl_mpeg_codec.h. |
|
||||||||||||||||||||||||||||
|
Implements vidl_vil1_codec. Definition at line 26 of file oxp_vidl_mpeg_codec.h. |
|
||||||||||||
|
Implements vidl_vil1_codec. Definition at line 28 of file oxp_vidl_mpeg_codec.cxx. |
|
|
Implements vidl_vil1_codec. Definition at line 34 of file oxp_vidl_mpeg_codec.h. |
|
|
Definition at line 40 of file oxp_vidl_mpeg_codec.h. |
1.4.4