pub fn detect_audio_track(data: &[u8]) -> Option<AudioType>
Attempts to find the first audio track in the MP4 and map its sample entry to an AudioType.
AudioType