pub fn create_adts_header( codec_id: u8, channels: u8, sample_rate: u32, aac_frame_length: usize, has_crc: bool, ) -> Vec<u8> ⓘ