View Source ExMP4.Box.VP08 (MP4 Reader and Writer v0.8.0)

A module representing an vp08 box.

Summary

Types

@type t() :: %ExMP4.Box.VP08{
  compressor_name: binary(),
  data_reference_index: integer(),
  depth: integer(),
  frame_count: integer(),
  height: integer(),
  horizresolution: integer(),
  pasp: ExMP4.Box.Pasp.t() | nil,
  vertresolution: integer(),
  vpcC: ExMP4.Box.Vpcc.t(),
  width: integer()
}