ExMP4.Box.VP09 (MP4 Reader and Writer v0.11.0)
View SourceA module representing an vp09
box.
Summary
Types
@type t() :: %ExMP4.Box.VP09{ 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() }