Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.54 KB

File metadata and controls

24 lines (16 loc) · 1.54 KB

openize.isobmff.RelativeLocationProperty

The RelativeLocationProperty descriptive item property is used to describe the horizontal and vertical position of the reconstructed image of the associated image item relative to the reconstructed image of the related image item identified through the 'tbas' item reference.

Methods

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

Fields

Name Type Description Notes
horizontal_offset long Specifies the horizontal offset in pixels of the left-most pixel column of the reconstructed image of the associated image item in the reconstructed image of the related image item. The left-most pixel column of the reconstructed image of the related image item has a horizontal offset equal to 0.
horizontal_offset long Specifies the vertical offset in pixels of the top-most pixel row of the reconstructed image of the associated image item in the reconstructed image of the related image item. The top-most pixel row of the reconstructed image of the related image item has a vertical offset equal to 0.

Constructors

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

[Back to API_README]