Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 821 Bytes

UserDescriptionBox.md

File metadata and controls

23 lines (15 loc) · 821 Bytes

Openize.IsoBmff.UserDescriptionBox

Contains text description of the image.

Properties

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.
ulong size - Box size in bytes.
ulong startPos - Start position in bits.

[Back to API_README]