FFmpeg
|
#include <aacenc.h>
Data Fields | |
int64_t | layout |
int | num_ele [4] |
front, side, back, lfe More... | |
int | pairing [3][8] |
front, side, back More... | |
int | index [4][8] |
front, side, back, lfe More... | |
uint8_t | config_map [16] |
configs the encoder's channel specific settings More... | |
uint8_t | reorder_map [16] |
maps channels from lavc to aac order More... | |
int64_t AACPCEInfo::layout |
Definition at line 94 of file aacenc.h.
Referenced by aac_encode_init().
int AACPCEInfo::num_ele[4] |
int AACPCEInfo::pairing[3][8] |
int AACPCEInfo::index[4][8] |
uint8_t AACPCEInfo::config_map[16] |
configs the encoder's channel specific settings
Definition at line 98 of file aacenc.h.
Referenced by aac_encode_init().
uint8_t AACPCEInfo::reorder_map[16] |
maps channels from lavc to aac order
Definition at line 99 of file aacenc.h.
Referenced by aac_encode_init().