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

A module representing the track header box.

Summary

Types

@type t() :: %ExMP4.Box.Tkhd{
  alternate_group: integer(),
  creation_time: DateTime.t(),
  duration: integer(),
  flags: integer(),
  height: {integer(), integer()},
  layer: integer(),
  matrix: [integer()],
  modification_time: DateTime.t(),
  track_id: integer(),
  version: integer(),
  volume: integer(),
  width: {integer(), integer()}
}