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 129 of file tak.h.
Referenced by ff_tak_decode_frame_header(), and tak_parse().
enum TAKCodecType TAKStreamInfo::codec |
int TAKStreamInfo::sample_rate |
Definition at line 132 of file tak.h.
Referenced by tak_read_header().
int TAKStreamInfo::channels |
Definition at line 133 of file tak.h.
Referenced by tak_read_header().
int TAKStreamInfo::bps |
Definition at line 134 of file tak.h.
Referenced by tak_read_header().
int TAKStreamInfo::frame_num |
Definition at line 135 of file tak.h.
Referenced by ff_tak_decode_frame_header().
int TAKStreamInfo::frame_samples |
Definition at line 136 of file tak.h.
Referenced by tak_parse().
int TAKStreamInfo::last_frame_samples |
Definition at line 137 of file tak.h.
Referenced by ff_tak_decode_frame_header(), and tak_parse().
uint64_t TAKStreamInfo::ch_layout |
Definition at line 138 of file tak.h.
Referenced by tak_read_header().
int64_t TAKStreamInfo::samples |
Definition at line 139 of file tak.h.
Referenced by tak_read_header().