pub fn read_mp4<T: Read>(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.
MediaContext