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

A module representing an hvc1 and hev1 boxes.

Summary

Types

@type t() :: %ExMP4.Box.Hevc{
  compressor_name: binary(),
  data_reference_index: integer(),
  depth: integer(),
  frame_count: integer(),
  height: integer(),
  horizresolution: integer(),
  hvcC: ExMP4.Box.Hvcc.t(),
  pasp: ExMP4.Box.Pasp.t() | nil,
  tag: String.t() | nil,
  vertresolution: integer(),
  width: integer()
}