is_m4a

Function is_m4a 

Source
pub fn is_m4a(data: &[u8]) -> bool
Expand description

Quick detection of M4A container via ftyp box. Works with moov at the end - only needs the first ~32 bytes.