Package com.drew.metadata.heif.boxes
Class ItemProtectionBox
- java.lang.Object
-
- com.drew.metadata.heif.boxes.Box
-
- com.drew.metadata.heif.boxes.FullBox
-
- com.drew.metadata.heif.boxes.ItemProtectionBox
-
public class ItemProtectionBox extends FullBox
ISO/IEC 14496-12:2015 pg.80, 89-90
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classItemProtectionBox.ProtectionSchemeInfoBox
-
Field Summary
Fields Modifier and Type Field Description (package private) intprotectionCount(package private) java.util.ArrayList<ItemProtectionBox.ProtectionSchemeInfoBox>protectionSchemes
-
Constructor Summary
Constructors Constructor Description ItemProtectionBox(SequentialReader reader, Box box)
-
-
-
Field Detail
-
protectionCount
int protectionCount
-
protectionSchemes
java.util.ArrayList<ItemProtectionBox.ProtectionSchemeInfoBox> protectionSchemes
-
-
Constructor Detail
-
ItemProtectionBox
public ItemProtectionBox(SequentialReader reader, Box box) throws java.io.IOException
- Throws:
java.io.IOException
-
-