View Source ExMP4.Box.Mvhd (MP4 Reader and Writer v0.6.0)
A module representing a mvhd
box.
Summary
Types
@type t() :: %ExMP4.Box.Mvhd{ creation_time: DateTime.t(), duration: non_neg_integer(), flags: integer(), matrix: [integer()], modification_time: DateTime.t(), next_track_id: integer(), rate: integer(), timescale: non_neg_integer(), version: integer(), volume: integer() }