pub fn is_webm(data: &[u8]) -> bool
Check for WebM container format. WebM uses EBML with magic bytes 0x1A 0x45 0xDF 0xA3 and DocType “webm”.