| FFmpeg
    | 
| 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_t * | buf | 
Detailed Description
Definition at line 128 of file matroskadec.c.
Field Documentation
| uint64_t MatroskaTrackAudio::bitdepth | 
Definition at line 131 of file matroskadec.c.
Referenced by matroska_read_header().
| uint8_t* MatroskaTrackAudio::buf | 
Definition at line 142 of file matroskadec.c.
Referenced by matroska_parse_rm_audio(), and matroska_read_header().
| uint64_t MatroskaTrackAudio::buf_timecode | 
Definition at line 141 of file matroskadec.c.
Referenced by matroska_parse_rm_audio(), and matroska_read_seek().
| uint64_t MatroskaTrackAudio::channels | 
Definition at line 132 of file matroskadec.c.
Referenced by matroska_read_header().
| int MatroskaTrackAudio::coded_framesize | 
Definition at line 135 of file matroskadec.c.
Referenced by matroska_parse_rm_audio(), and matroska_read_header().
| int MatroskaTrackAudio::frame_size | 
Definition at line 137 of file matroskadec.c.
Referenced by matroska_parse_rm_audio(), and matroska_read_header().
| double MatroskaTrackAudio::out_samplerate | 
Definition at line 130 of file matroskadec.c.
Referenced by matroska_read_header().
| int MatroskaTrackAudio::pkt_cnt | 
Definition at line 140 of file matroskadec.c.
Referenced by matroska_parse_rm_audio(), and matroska_read_seek().
| double MatroskaTrackAudio::samplerate | 
Definition at line 129 of file matroskadec.c.
Referenced by matroska_read_header().
| int MatroskaTrackAudio::sub_packet_cnt | 
Definition at line 139 of file matroskadec.c.
Referenced by matroska_parse_rm_audio(), and matroska_read_seek().
| int MatroskaTrackAudio::sub_packet_h | 
Definition at line 136 of file matroskadec.c.
Referenced by matroska_parse_rm_audio(), and matroska_read_header().
| int MatroskaTrackAudio::sub_packet_size | 
Definition at line 138 of file matroskadec.c.
Referenced by matroska_parse_block(), matroska_parse_rm_audio(), and matroska_read_header().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11