FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
MatroskaTrack Struct Reference

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
 
uint64_t flag_forced
 
uint64_t seek_preroll
 
MatroskaTrackVideo video
 
MatroskaTrackAudio audio
 
MatroskaTrackOperation operation
 
EbmlList encodings
 
uint64_t codec_delay
 
AVStreamstream
 
int64_t end_timecode
 
int ms_compat
 
uint64_t max_block_additional_id
 

Detailed Description

Definition at line 168 of file matroskadec.c.

Field Documentation

uint64_t MatroskaTrack::num

Definition at line 169 of file matroskadec.c.

Referenced by webm_dash_manifest_read_header().

uint64_t MatroskaTrack::uid

Definition at line 170 of file matroskadec.c.

uint64_t MatroskaTrack::type
char* MatroskaTrack::name

Definition at line 172 of file matroskadec.c.

char* MatroskaTrack::codec_id

Definition at line 173 of file matroskadec.c.

Referenced by matroska_parse_tracks().

EbmlBin MatroskaTrack::codec_priv

Definition at line 174 of file matroskadec.c.

Referenced by matroska_parse_flac(), and matroska_parse_tracks().

char* MatroskaTrack::language

Definition at line 175 of file matroskadec.c.

double MatroskaTrack::time_scale

Definition at line 176 of file matroskadec.c.

Referenced by matroska_parse_tracks().

uint64_t MatroskaTrack::default_duration

Definition at line 177 of file matroskadec.c.

Referenced by matroska_parse_block(), and matroska_parse_tracks().

uint64_t MatroskaTrack::flag_default

Definition at line 178 of file matroskadec.c.

uint64_t MatroskaTrack::flag_forced

Definition at line 179 of file matroskadec.c.

uint64_t MatroskaTrack::seek_preroll

Definition at line 180 of file matroskadec.c.

MatroskaTrackVideo MatroskaTrack::video

Definition at line 181 of file matroskadec.c.

Referenced by matroska_parse_tracks().

MatroskaTrackAudio MatroskaTrack::audio
MatroskaTrackOperation MatroskaTrack::operation

Definition at line 183 of file matroskadec.c.

EbmlList MatroskaTrack::encodings
uint64_t MatroskaTrack::codec_delay

Definition at line 185 of file matroskadec.c.

Referenced by matroska_parse_block(), and matroska_parse_tracks().

AVStream* MatroskaTrack::stream
int64_t MatroskaTrack::end_timecode

Definition at line 188 of file matroskadec.c.

Referenced by matroska_parse_block(), and matroska_read_seek().

int MatroskaTrack::ms_compat

Definition at line 189 of file matroskadec.c.

Referenced by matroska_parse_frame(), and matroska_parse_tracks().

uint64_t MatroskaTrack::max_block_additional_id

Definition at line 190 of file matroskadec.c.


The documentation for this struct was generated from the following file: