Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1017 Bytes

File metadata and controls

25 lines (17 loc) · 1017 Bytes

Openize.IsoBmff.ImageSpatialExtentsProperty

The ImageSpatialExtentsProperty documents the width and height of the associated image item. Every image item shall be associated with one property of this type, prior to the association of all transformative properties.

Properties

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

Fields

Name Type Description Notes
image_width uint The width of the reconstructed image in pixels.
image_height uint The height of the reconstructed image in pixels.

Constructors

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

[Back to API_README]