FFmpeg
|
#include <tak.h>
Data Fields | |
int | flags |
enum TAKCodecType | codec |
int | data_type |
int | sample_rate |
int | channels |
int | bps |
int | frame_num |
int | frame_samples |
int | last_frame_samples |
uint64_t | ch_layout |
int64_t | samples |
int TAKStreamInfo::flags |
Definition at line 130 of file tak.h.
Referenced by ff_tak_decode_frame_header(), and tak_parse().
enum TAKCodecType TAKStreamInfo::codec |
Definition at line 131 of file tak.h.
Referenced by avpriv_tak_parse_streaminfo(), and tak_decode_frame().
int TAKStreamInfo::data_type |
Definition at line 132 of file tak.h.
Referenced by avpriv_tak_parse_streaminfo(), and tak_decode_frame().
int TAKStreamInfo::sample_rate |
Definition at line 133 of file tak.h.
Referenced by avpriv_tak_parse_streaminfo(), tak_decode_frame(), and tak_read_header().
int TAKStreamInfo::channels |
Definition at line 134 of file tak.h.
Referenced by avpriv_tak_parse_streaminfo(), tak_decode_frame(), and tak_read_header().
int TAKStreamInfo::bps |
Definition at line 135 of file tak.h.
Referenced by avpriv_tak_parse_streaminfo(), tak_decode_frame(), and tak_read_header().
int TAKStreamInfo::frame_num |
Definition at line 136 of file tak.h.
Referenced by ff_tak_decode_frame_header().
int TAKStreamInfo::frame_samples |
Definition at line 137 of file tak.h.
Referenced by avpriv_tak_parse_streaminfo(), tak_decode_frame(), and tak_parse().
int TAKStreamInfo::last_frame_samples |
Definition at line 138 of file tak.h.
Referenced by ff_tak_decode_frame_header(), tak_decode_frame(), and tak_parse().
uint64_t TAKStreamInfo::ch_layout |
Definition at line 139 of file tak.h.
Referenced by avpriv_tak_parse_streaminfo(), tak_decode_frame(), and tak_read_header().
int64_t TAKStreamInfo::samples |
Definition at line 140 of file tak.h.
Referenced by avpriv_tak_parse_streaminfo(), and tak_read_header().