#include <aacenc.h>
|
| AVChannelLayout | layout |
| |
| uint8_t | num_ele [4] |
| | front, side, back, lfe
|
| |
| uint8_t | pairing [3][8] |
| | front, side, back
|
| |
| uint8_t | index [4][8] |
| | front, side, back, lfe
|
| |
| uint8_t | height [3][8] |
| | front, side, back
|
| |
| uint8_t | config_map [16] |
| | configs the encoder's channel specific settings
|
| |
| uint8_t | reorder_map [16] |
| | maps channels from lavc to aac order
|
| |
Definition at line 246 of file aacenc.h.
◆ layout
◆ num_ele
| uint8_t AACPCEInfo::num_ele[4] |
◆ pairing
| uint8_t AACPCEInfo::pairing[3][8] |
◆ index
| uint8_t AACPCEInfo::index[4][8] |
◆ height
| uint8_t AACPCEInfo::height[3][8] |
◆ config_map
| uint8_t AACPCEInfo::config_map[16] |
configs the encoder's channel specific settings
Definition at line 252 of file aacenc.h.
◆ reorder_map
| uint8_t AACPCEInfo::reorder_map[16] |
maps channels from lavc to aac order
Definition at line 253 of file aacenc.h.
The documentation for this struct was generated from the following file: