Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 866 Bytes

File metadata and controls

24 lines (16 loc) · 866 Bytes

openize.isobmff.ContentLightLevelInfo

Contains light level information about the image.

Methods

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

Fields

Name Type Description Notes
max_content_light_level int Indicates the max picture ligth level.
max_pic_average_light_level int Indicates the picture average light level.

Constructors

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

[Back to API_README]