FFmpeg
|
Data Fields | |
const AVClass * | class |
HANDLE_AACDECODER | handle |
uint8_t * | decoder_buffer |
int | decoder_buffer_size |
uint8_t * | anc_buffer |
int | conceal_method |
int | drc_level |
int | drc_boost |
int | drc_heavy |
int | drc_cut |
int | level_limit |
Definition at line 41 of file libfdk-aacdec.c.
const AVClass* FDKAACDecContext::class |
Definition at line 42 of file libfdk-aacdec.c.
HANDLE_AACDECODER FDKAACDecContext::handle |
Definition at line 43 of file libfdk-aacdec.c.
Referenced by fdk_aac_decode_close(), fdk_aac_decode_flush(), fdk_aac_decode_frame(), fdk_aac_decode_init(), and get_stream_info().
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().