Functions§
- is_ebml
- Check for any EBML-based container (WebM or Matroska).
- is_
matroska - Check for Matroska container format (MKV). Matroska uses EBML with magic bytes 0x1A 0x45 0xDF 0xA3 and DocType “matroska”.
- is_webm
- Check for WebM container format. WebM uses EBML with magic bytes 0x1A 0x45 0xDF 0xA3 and DocType “webm”.