View Source ExMP4.Box.Moof (MP4 Reader and Writer v0.5.0)
A module repsenting an moof
box.
The movie fragments extend the presentation in time. They provide the information that would previously have been in the Movie Box.
Summary
Types
@type t() :: %ExMP4.Box.Moof{mfhd: ExMP4.Box.Mfhd.t(), traf: [ExMP4.Box.Traf.t()]}