ExMP4.Box.Moov (MP4 Reader and Writer v0.11.0)

View Source

A module representing a moov box.

Summary

Types

t()

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