Data Fields | |
uint64_t | num |
uint64_t | uid |
uint64_t | type |
char * | name |
char * | codec_id |
EbmlBin | codec_priv |
char * | language |
double | time_scale |
uint64_t | default_duration |
uint64_t | flag_default |
MatroskaTrackVideo | video |
MatroskaTrackAudio | audio |
EbmlList | encodings |
AVStream * | stream |
int64_t | end_timecode |
int | ms_compat |
Definition at line 131 of file matroskadec.c.
Definition at line 143 of file matroskadec.c.
Referenced by matroska_parse_block(), and matroska_read_header().
char* MatroskaTrack::codec_id |
uint64_t MatroskaTrack::default_duration |
Definition at line 140 of file matroskadec.c.
Referenced by matroska_parse_block(), and matroska_read_header().
Definition at line 144 of file matroskadec.c.
Referenced by matroska_decode_buffer(), matroska_parse_block(), and matroska_read_header().
int64_t MatroskaTrack::end_timecode |
Definition at line 147 of file matroskadec.c.
Referenced by matroska_parse_block(), and matroska_read_seek().
uint64_t MatroskaTrack::flag_default |
char* MatroskaTrack::language |
Definition at line 148 of file matroskadec.c.
Referenced by matroska_parse_block(), and matroska_read_header().
char* MatroskaTrack::name |
uint64_t MatroskaTrack::num |
Definition at line 132 of file matroskadec.c.
Definition at line 146 of file matroskadec.c.
Referenced by matroska_parse_block(), and matroska_read_header().
double MatroskaTrack::time_scale |
uint64_t MatroskaTrack::type |
Definition at line 134 of file matroskadec.c.
Referenced by matroska_parse_block(), and matroska_read_header().
uint64_t MatroskaTrack::uid |
Definition at line 133 of file matroskadec.c.