Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 922 Bytes

File metadata and controls

24 lines (16 loc) · 922 Bytes

openize.isobmff.ItemProtectionBox

The item protection box provides an array of item protection information, for use by the Item Information Box.

Methods

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

Fields

Name Type Description Notes
protection_count int Count of protection informarion schemas.
protection_information ProtectionSchemeInfoBox[] Array of protecyion informarion schemas.

Constructors

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

[Back to API_README]