FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

const AVClass* FDKAACDecContext::class

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

HANDLE_AACDECODER FDKAACDecContext::handle
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().

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().

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().

int FDKAACDecContext::conceal_method

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

Referenced by fdk_aac_decode_init().

int FDKAACDecContext::drc_level

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

Referenced by fdk_aac_decode_init().

int FDKAACDecContext::drc_boost

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

Referenced by fdk_aac_decode_init().

int FDKAACDecContext::drc_heavy

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

Referenced by fdk_aac_decode_init().

int FDKAACDecContext::drc_cut

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

Referenced by fdk_aac_decode_init().

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: