Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 813 Bytes

File metadata and controls

24 lines (16 loc) · 813 Bytes

openize.isobmff.PixelAspectRatioBox

Contains the pixel aspect ratio information.

Methods

Name Type Description Notes
toString() String Text summary of the box.

Fields

Name Type Description Notes
hSpacing long Define the relative height of a pixel.
vSpacing long 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.
long size - Box size in bytes.

[Back to API_README]