Function mp4parse::skip_box_content

source ยท
pub fn skip_box_content<T: BufRead>(
    src: &mut T,
    header: &BoxHeader,
) -> Result<usize>
Expand description

Skip over the entire contents of a box.