FFmpeg
Data Fields
AACPCEInfo Struct Reference

#include <aacenc.h>

Data Fields

AVChannelLayout 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...
 

Detailed Description

Definition at line 186 of file aacenc.h.

Field Documentation

◆ layout

AVChannelLayout AACPCEInfo::layout

Definition at line 187 of file aacenc.h.

Referenced by aac_encode_init().

◆ num_ele

int AACPCEInfo::num_ele[4]

front, side, back, lfe

Definition at line 188 of file aacenc.h.

Referenced by put_pce().

◆ pairing

int AACPCEInfo::pairing[3][8]

front, side, back

Definition at line 189 of file aacenc.h.

Referenced by put_pce().

◆ index

int AACPCEInfo::index[4][8]

front, side, back, lfe

Definition at line 190 of file aacenc.h.

Referenced by put_pce().

◆ config_map

uint8_t AACPCEInfo::config_map[16]

configs the encoder's channel specific settings

Definition at line 191 of file aacenc.h.

◆ reorder_map

uint8_t AACPCEInfo::reorder_map[16]

maps channels from lavc to aac order

Definition at line 192 of file aacenc.h.


The documentation for this struct was generated from the following file: