FFmpeg
Data Fields
AACPCEInfo Struct Reference

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

Detailed Description

Definition at line 96 of file aacenc.h.

Field Documentation

◆ layout

int64_t AACPCEInfo::layout

Definition at line 97 of file aacenc.h.

Referenced by aac_encode_init().

◆ num_ele

int AACPCEInfo::num_ele[4]

front, side, back, lfe

Definition at line 98 of file aacenc.h.

Referenced by put_pce().

◆ pairing

int AACPCEInfo::pairing[3][8]

front, side, back

Definition at line 99 of file aacenc.h.

Referenced by put_pce().

◆ index

int AACPCEInfo::index[4][8]

front, side, back, lfe

Definition at line 100 of file aacenc.h.

Referenced by convert_from_tensorflow.Operand::__lt__(), convert_from_tensorflow.Operand::__str__(), and put_pce().

◆ config_map

uint8_t AACPCEInfo::config_map[16]

configs the encoder's channel specific settings

Definition at line 101 of file aacenc.h.

◆ reorder_map

uint8_t AACPCEInfo::reorder_map[16]

maps channels from lavc to aac order

Definition at line 102 of file aacenc.h.


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