FFmpeg  4.0
Data Fields
MatroskaTrackAudio Struct Reference

Data Fields

double samplerate
 
double out_samplerate
 
uint64_t bitdepth
 
uint64_t channels
 
int coded_framesize
 
int sub_packet_h
 
int frame_size
 
int sub_packet_size
 
int sub_packet_cnt
 
int pkt_cnt
 
uint64_t buf_timecode
 
uint8_tbuf
 

Detailed Description

Definition at line 191 of file matroskadec.c.

Field Documentation

◆ samplerate

double MatroskaTrackAudio::samplerate

Definition at line 192 of file matroskadec.c.

Referenced by matroska_parse_block(), and matroska_parse_tracks().

◆ out_samplerate

double MatroskaTrackAudio::out_samplerate

Definition at line 193 of file matroskadec.c.

Referenced by matroska_parse_tracks().

◆ bitdepth

uint64_t MatroskaTrackAudio::bitdepth

Definition at line 194 of file matroskadec.c.

Referenced by matroska_parse_tracks().

◆ channels

uint64_t MatroskaTrackAudio::channels

Definition at line 195 of file matroskadec.c.

Referenced by matroska_parse_tracks().

◆ coded_framesize

int MatroskaTrackAudio::coded_framesize

Definition at line 198 of file matroskadec.c.

Referenced by matroska_parse_rm_audio(), and matroska_parse_tracks().

◆ sub_packet_h

int MatroskaTrackAudio::sub_packet_h

Definition at line 199 of file matroskadec.c.

Referenced by matroska_parse_rm_audio(), and matroska_parse_tracks().

◆ frame_size

int MatroskaTrackAudio::frame_size

Definition at line 200 of file matroskadec.c.

Referenced by matroska_parse_rm_audio(), and matroska_parse_tracks().

◆ sub_packet_size

int MatroskaTrackAudio::sub_packet_size

◆ sub_packet_cnt

int MatroskaTrackAudio::sub_packet_cnt

Definition at line 202 of file matroskadec.c.

Referenced by matroska_parse_rm_audio(), and matroska_read_seek().

◆ pkt_cnt

int MatroskaTrackAudio::pkt_cnt

Definition at line 203 of file matroskadec.c.

Referenced by matroska_parse_rm_audio(), and matroska_read_seek().

◆ buf_timecode

uint64_t MatroskaTrackAudio::buf_timecode

Definition at line 204 of file matroskadec.c.

Referenced by matroska_parse_rm_audio(), and matroska_read_seek().

◆ buf

uint8_t* MatroskaTrackAudio::buf

Definition at line 205 of file matroskadec.c.

Referenced by matroska_parse_rm_audio(), and matroska_parse_tracks().


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