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
 
uint64_t codec_delay_in_track_tb
 
AVStreamstream
 
int64_t end_timecode
 
int ms_compat
 
uint64_t max_block_additional_id
 
uint32_t palette [AVPALETTE_COUNT]
 
int has_palette
 

Detailed Description

Definition at line 216 of file matroskadec.c.

Field Documentation

uint64_t MatroskaTrack::num

Definition at line 217 of file matroskadec.c.

Referenced by webm_dash_manifest_read_header().

uint64_t MatroskaTrack::uid

Definition at line 218 of file matroskadec.c.

uint64_t MatroskaTrack::type

Definition at line 219 of file matroskadec.c.

Referenced by get_qt_codec(), matroska_parse_block(), and matroska_parse_tracks().

char* MatroskaTrack::name

Definition at line 220 of file matroskadec.c.

char* MatroskaTrack::codec_id

Definition at line 221 of file matroskadec.c.

Referenced by matroska_parse_tracks().

EbmlBin MatroskaTrack::codec_priv

Definition at line 222 of file matroskadec.c.

Referenced by get_qt_codec(), matroska_parse_flac(), and matroska_parse_tracks().

char* MatroskaTrack::language

Definition at line 223 of file matroskadec.c.

double MatroskaTrack::time_scale

Definition at line 224 of file matroskadec.c.

Referenced by matroska_parse_tracks().

uint64_t MatroskaTrack::default_duration

Definition at line 225 of file matroskadec.c.

Referenced by matroska_parse_block(), and matroska_parse_tracks().

uint64_t MatroskaTrack::flag_default

Definition at line 226 of file matroskadec.c.

uint64_t MatroskaTrack::flag_forced

Definition at line 227 of file matroskadec.c.

uint64_t MatroskaTrack::seek_preroll

Definition at line 228 of file matroskadec.c.

MatroskaTrackVideo MatroskaTrack::video
MatroskaTrackAudio MatroskaTrack::audio
MatroskaTrackOperation MatroskaTrack::operation

Definition at line 231 of file matroskadec.c.

EbmlList MatroskaTrack::encodings
uint64_t MatroskaTrack::codec_delay

Definition at line 233 of file matroskadec.c.

Referenced by matroska_parse_tracks().

uint64_t MatroskaTrack::codec_delay_in_track_tb

Definition at line 234 of file matroskadec.c.

Referenced by matroska_parse_block(), and matroska_parse_tracks().

AVStream* MatroskaTrack::stream
int64_t MatroskaTrack::end_timecode

Definition at line 237 of file matroskadec.c.

Referenced by matroska_parse_block(), and matroska_read_seek().

int MatroskaTrack::ms_compat

Definition at line 238 of file matroskadec.c.

Referenced by matroska_parse_frame(), and matroska_parse_tracks().

uint64_t MatroskaTrack::max_block_additional_id

Definition at line 239 of file matroskadec.c.

uint32_t MatroskaTrack::palette[AVPALETTE_COUNT]

Definition at line 241 of file matroskadec.c.

Referenced by matroska_deliver_packet(), and matroska_parse_tracks().

int MatroskaTrack::has_palette

Definition at line 242 of file matroskadec.c.

Referenced by matroska_deliver_packet(), and matroska_parse_tracks().


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