ExMP4.Box.Av01 (MP4 Reader and Writer v0.12.0)

View Source

A module representing an av01 box, which contains AV1 codec configuration.

Summary

Types

t()

@type t() :: %ExMP4.Box.Av01{
  av1c: ExMP4.Box.Av1c.t(),
  compressor_name: binary(),
  data_reference_index: non_neg_integer(),
  depth: non_neg_integer(),
  frame_count: non_neg_integer(),
  height: non_neg_integer(),
  horizresolution: non_neg_integer(),
  pasp: nil | ExMP4.Box.Pasp.t(),
  vertresolution: non_neg_integer(),
  width: non_neg_integer()
}