FFmpeg  4.0
Data Fields
FDKAACDecContext Struct Reference

Data Fields

const AVClassclass
 
HANDLE_AACDECODER handle
 
uint8_tdecoder_buffer
 
int decoder_buffer_size
 
uint8_tanc_buffer
 
int conceal_method
 
int drc_level
 
int drc_boost
 
int drc_heavy
 
int drc_cut
 
int level_limit
 

Detailed Description

Definition at line 41 of file libfdk-aacdec.c.

Field Documentation

◆ class

const AVClass* FDKAACDecContext::class

Definition at line 42 of file libfdk-aacdec.c.

◆ handle

HANDLE_AACDECODER FDKAACDecContext::handle

◆ decoder_buffer

uint8_t* FDKAACDecContext::decoder_buffer

Definition at line 44 of file libfdk-aacdec.c.

Referenced by fdk_aac_decode_close(), fdk_aac_decode_frame(), and fdk_aac_decode_init().

◆ decoder_buffer_size

int FDKAACDecContext::decoder_buffer_size

Definition at line 45 of file libfdk-aacdec.c.

Referenced by fdk_aac_decode_frame(), and fdk_aac_decode_init().

◆ anc_buffer

uint8_t* FDKAACDecContext::anc_buffer

Definition at line 46 of file libfdk-aacdec.c.

Referenced by fdk_aac_decode_close(), and fdk_aac_decode_init().

◆ conceal_method

int FDKAACDecContext::conceal_method

Definition at line 47 of file libfdk-aacdec.c.

Referenced by fdk_aac_decode_init().

◆ drc_level

int FDKAACDecContext::drc_level

Definition at line 48 of file libfdk-aacdec.c.

Referenced by fdk_aac_decode_init().

◆ drc_boost

int FDKAACDecContext::drc_boost

Definition at line 49 of file libfdk-aacdec.c.

Referenced by fdk_aac_decode_init().

◆ drc_heavy

int FDKAACDecContext::drc_heavy

Definition at line 50 of file libfdk-aacdec.c.

Referenced by fdk_aac_decode_init().

◆ drc_cut

int FDKAACDecContext::drc_cut

Definition at line 51 of file libfdk-aacdec.c.

Referenced by fdk_aac_decode_init().

◆ level_limit

int FDKAACDecContext::level_limit

Definition at line 52 of file libfdk-aacdec.c.

Referenced by fdk_aac_decode_init().


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