Function av_adts_header_parse
pub unsafe extern "C" fn av_adts_header_parse(
buf: *const u8,
samples: *mut u32,
frames: *mut u8,
) -> i32
Expand description
Extract the number of samples and frames from AAC data. @param[in] buf pointer to AAC data buffer @param[out] samples Pointer to where number of samples is written @param[out] frames Pointer to where number of frames is written @return Returns 0 on success, error code on failure.