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 2108 of file aacdec.c.
containing AACContext
Definition at line 2109 of file aacdec.c.
Referenced by latm_decode_audio_specific_config(), latm_decode_frame(), read_audio_mux_element(), and read_stream_mux_config().
initilized after a valid extradata was seen
Definition at line 2110 of file aacdec.c.
Referenced by latm_decode_frame(), and latm_decode_init().
LATM syntax version.
Definition at line 2113 of file aacdec.c.
Referenced by read_audio_mux_element(), and read_stream_mux_config().
0/1 variable/fixed frame length
Definition at line 2114 of file aacdec.c.
Referenced by read_payload_length_info(), and read_stream_mux_config().
frame length for fixed frame length
Definition at line 2115 of file aacdec.c.
Referenced by read_payload_length_info(), and read_stream_mux_config().
1.5.6