Variables | |
uint8_t | AC3HeaderInfo::sr_shift |
uint16_t | AC3HeaderInfo::sample_rate |
uint32_t | AC3HeaderInfo::bit_rate |
uint8_t | AC3HeaderInfo::channels |
uint16_t | AC3HeaderInfo::frame_size |
int64_t | AC3HeaderInfo::channel_layout |
uint32_t AC3HeaderInfo::bit_rate [inherited] |
Definition at line 100 of file ac3.h.
Referenced by ac3_sync(), ff_ac3_parse_header(), and parse_frame_header().
int64_t AC3HeaderInfo::channel_layout [inherited] |
Definition at line 103 of file ac3.h.
Referenced by ac3_sync(), ff_ac3_parse_header(), and parse_frame_header().
uint8_t AC3HeaderInfo::channels [inherited] |
Definition at line 101 of file ac3.h.
Referenced by ac3_sync(), ff_ac3_parse_header(), and parse_frame_header().
uint16_t AC3HeaderInfo::frame_size [inherited] |
Definition at line 102 of file ac3.h.
Referenced by ac3_sync(), ff_ac3_parse_header(), and parse_frame_header().
uint16_t AC3HeaderInfo::sample_rate [inherited] |
Definition at line 99 of file ac3.h.
Referenced by ac3_sync(), ff_ac3_parse_header(), and parse_frame_header().
uint8_t AC3HeaderInfo::sr_shift [inherited] |