View Source ExMP4.Box.Mdia (MP4 Reader and Writer v0.6.0)
A module representing a media container box.
Summary
Types
@type t() :: %ExMP4.Box.Mdia{ hdlr: ExMP4.Box.Hdlr.t(), mdhd: ExMP4.Box.Mdhd.t(), minf: ExMP4.Box.Minf.t() }
A module representing a media container box.
@type t() :: %ExMP4.Box.Mdia{ hdlr: ExMP4.Box.Hdlr.t(), mdhd: ExMP4.Box.Mdhd.t(), minf: ExMP4.Box.Minf.t() }