Function mp4parse::read_box [] [src]

pub fn read_box<T: Read + Seek>(f: &mut T) -> Result<()>

Read the contents of a box, including sub boxes. Right now it just prints the box value rather than returning anything.