Decodes an ISOBMFF binary into a list of ISOMedia.Box structs.
Summary
Functions
Parse binary into {:ok, [%Box{}]}, or {:error, reason} on malformed input.
Functions
Parse binary into {:ok, [%Box{}]}, or {:error, reason} on malformed input.
Options:
:heuristic(defaultfalse) — sniff unknown box types for nested boxes.:offset(default0) — absolute byte offset the binary begins at; threaded into every box'ssource_offsetso they are absolute even when parsing a slice.