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

A module representing a moov box.

Summary

Types

@type t() :: %ExMP4.Box.Moov{
  mvex: ExMP4.Box.Mvex.t() | nil,
  mvhd: ExMP4.Box.Mvhd.t(),
  trak: [ExMP4.Box.Trak.t()]
}