Function mp4parse::read_box_header [] [src]

pub fn read_box_header<T: ReadBytesExt>(src: &mut T) -> Result<BoxHeader>

Read and parse a box header.

Call this first to determine the type of a particular mp4 box and its length. Used internally for dispatching to specific parsers for the internal content, or to get the length to skip unknown or uninteresting boxes.