Class ProtectionSchemeInformationBox
java.lang.Object
org.mp4parser.BasicContainer
org.mp4parser.support.AbstractContainerBox
org.mp4parser.boxes.iso14496.part12.ProtectionSchemeInformationBox
- All Implemented Interfaces:
Box,Container,ParsableBox
4cc = ""sinf""
TheProtectionSchemeInformationBox contains all the information required both
to understand the encryption transform applied and its parameters, and also to find other
information such as the kind and location of the key management system. It also documents the
the original (unencrypted) format of the media. The ProtectionSchemeInformationBox
is a container box. It is mandatory in a sample entry that uses a code idicating a
protected stream.-
Field Summary
FieldsFields inherited from class org.mp4parser.support.AbstractContainerBox
largeBox, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mp4parser.support.AbstractContainerBox
getBox, getHeader, getSize, getType, parse, setParentMethods inherited from class org.mp4parser.BasicContainer
addBox, getBoxes, getBoxes, getBoxes, getContainerSize, initContainer, setBoxes, toString, writeContainer
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
ProtectionSchemeInformationBox
public ProtectionSchemeInformationBox()
-