Function mp4parse::read_box_header

source ยท
pub fn read_box_header<T: ReadBytesExt>(src: &mut T) -> Result<BoxHeader>
Expand description

Parse a box out of a data buffer.