is_webm

Function is_webm 

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

Check for WebM container format. WebM uses EBML with magic bytes 0x1A 0x45 0xDF 0xA3 and DocType “webm”.