Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 798 Bytes

File metadata and controls

24 lines (16 loc) · 798 Bytes

Openize.IsoBmff.PixelAspectRatioBox

Contains the pixel aspect ratio information.

Properties

Name Type Description Notes
ToString string Text summary of the box.

Fields

Name Type Description Notes
hSpacing uint Define the relative height of a pixel.
vSpacing uint Define the relative width of a pixel.

Constructors

Name Description Parameters
PixelAspectRatioBox Create the box object from the bitstream and box size. BitStreamReader stream - File stream.
ulong size - Box size in bytes.

[Back to API_README]