Libav
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
 
MatroskaTrackVideo video
 
MatroskaTrackAudio audio
 
EbmlList encodings
 
uint64_t codec_delay
 
AVStreamstream
 
int64_t end_timecode
 
int ms_compat
 

Detailed Description

Definition at line 148 of file matroskadec.c.

Field Documentation

◆ num

uint64_t MatroskaTrack::num

Definition at line 149 of file matroskadec.c.

◆ uid

uint64_t MatroskaTrack::uid

Definition at line 150 of file matroskadec.c.

◆ type

uint64_t MatroskaTrack::type

◆ name

char* MatroskaTrack::name

Definition at line 152 of file matroskadec.c.

Referenced by matroska_parse_tracks().

◆ codec_id

char* MatroskaTrack::codec_id

Definition at line 153 of file matroskadec.c.

Referenced by matroska_parse_tracks().

◆ codec_priv

EbmlBin MatroskaTrack::codec_priv

Definition at line 154 of file matroskadec.c.

Referenced by matroska_parse_flac(), and matroska_parse_tracks().

◆ language

char* MatroskaTrack::language

Definition at line 155 of file matroskadec.c.

Referenced by matroska_parse_tracks().

◆ time_scale

double MatroskaTrack::time_scale

Definition at line 156 of file matroskadec.c.

Referenced by matroska_parse_tracks().

◆ default_duration

uint64_t MatroskaTrack::default_duration

Definition at line 157 of file matroskadec.c.

Referenced by matroska_parse_block(), and matroska_parse_tracks().

◆ flag_default

uint64_t MatroskaTrack::flag_default

Definition at line 158 of file matroskadec.c.

Referenced by matroska_parse_tracks().

◆ flag_forced

uint64_t MatroskaTrack::flag_forced

Definition at line 159 of file matroskadec.c.

Referenced by matroska_parse_tracks().

◆ video

MatroskaTrackVideo MatroskaTrack::video

Definition at line 160 of file matroskadec.c.

Referenced by matroska_parse_tracks().

◆ audio

MatroskaTrackAudio MatroskaTrack::audio

◆ encodings

EbmlList MatroskaTrack::encodings

◆ codec_delay

uint64_t MatroskaTrack::codec_delay

Definition at line 163 of file matroskadec.c.

Referenced by matroska_parse_block(), and matroska_parse_tracks().

◆ stream

AVStream* MatroskaTrack::stream

◆ end_timecode

int64_t MatroskaTrack::end_timecode

Definition at line 166 of file matroskadec.c.

Referenced by matroska_parse_block(), and matroska_read_seek().

◆ ms_compat

int MatroskaTrack::ms_compat

Definition at line 167 of file matroskadec.c.

Referenced by matroska_parse_frame(), and matroska_parse_tracks().


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