Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 814 Bytes

File metadata and controls

23 lines (15 loc) · 814 Bytes

Openize.IsoBmff.ImageMirror

The image mirroring item property mirrors the image about either a vertical or horizontal axis.

Properties

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

Fields

Name Type Description Notes
axis byte Specifies a vertical (axis = 0) or horizontal (axis = 1) axis for the mirroring operation.

Constructors

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

[Back to API_README]