Skip to main content

probe_sequence_header

Function probe_sequence_header 

Source
pub fn probe_sequence_header(
    path: impl AsRef<Path>,
    max_scan_bytes: usize,
) -> Result<Option<MpegSeqHeader>>
Expand description

Scan the first max_scan_bytes bytes of a file for a MPEG sequence header.