Function mp4parse::read_mp4 [] [src]

pub fn read_mp4<T: BufRead>(f: &mut T, context: &mut MediaContext) -> Result<()>

Read the contents of a box, including sub boxes.

Metadata is accumulated in the passed-through MediaContext struct, which can be examined later.