mp4parse

Function read_mp4

Source
pub fn read_mp4<T: Read>(f: &mut T, context: &mut MediaContext) -> Result<()>
Expand description

Read the contents of a box, including sub boxes.

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