Data Fields | |
AACContext | aac_ctx |
containing AACContext | |
int | initialized |
initilized after a valid extradata was seen | |
int | audio_mux_version_A |
LATM syntax version. | |
int | frame_length_type |
0/1 variable/fixed frame length | |
int | frame_length |
frame length for fixed frame length |
Definition at line 2253 of file aacdec.c.
containing AACContext
Definition at line 2254 of file aacdec.c.
Referenced by latm_decode_audio_specific_config(), latm_decode_frame(), read_audio_mux_element(), and read_stream_mux_config().
LATM syntax version.
Definition at line 2258 of file aacdec.c.
Referenced by read_audio_mux_element(), and read_stream_mux_config().
frame length for fixed frame length
Definition at line 2260 of file aacdec.c.
Referenced by read_payload_length_info(), and read_stream_mux_config().
0/1 variable/fixed frame length
Definition at line 2259 of file aacdec.c.
Referenced by read_payload_length_info(), and read_stream_mux_config().
initilized after a valid extradata was seen
Definition at line 2255 of file aacdec.c.
Referenced by latm_decode_frame(), and latm_decode_init().