View Source ExMP4.Box.Minf (MP4 Reader and Writer v0.6.0)

A module representing a minf box.

This box contains all the objects that declare characteristic information of the media in the track.

Summary

Types

@type t() :: %ExMP4.Box.Minf{
  dinf: ExMP4.Box.Dinf.t(),
  smhd: ExMP4.Box.Smhd.t() | nil,
  stbl: ExMP4.Box.Stbl.t(),
  vmhd: ExMP4.Box.Vmhd.t() | nil
}