Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 882 Bytes

File metadata and controls

23 lines (15 loc) · 882 Bytes

openize.isobmff.ImageRotation

The image rotation transformative item property rotates the reconstructed image of the associated image item in anti-clockwise direction in units of 90 degrees.

Methods

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

Fields

Name Type Description Notes
angle byte Specifies the angle (in anti-clockwise direction) in units of 90 degrees.

Constructors

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

[Back to API_README]