Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 815 Bytes

File metadata and controls

23 lines (15 loc) · 815 Bytes

openize.isobmff.UserDescriptionBox

Contains text description of the image.

Methods

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

Fields

Name Type Description Notes
description List List of text descriptions of the image.

Constructors

Name Description Parameters
UserDescriptionBox Create the box object from the bitstream, box size and start position. BitStreamReader stream - File stream.
long size - Box size in bytes.
long startPos - Start position in bits.

[Back to API_README]