Class ProtectionSchemeInformationBox
- java.lang.Object
-
- org.mp4parser.BasicContainer
-
- org.mp4parser.support.AbstractContainerBox
-
- org.mp4parser.boxes.iso14496.part12.ProtectionSchemeInformationBox
-
- All Implemented Interfaces:
Box,Container,ParsableBox
public class ProtectionSchemeInformationBox extends AbstractContainerBox
4cc = ""sinf""
TheProtectionSchemeInformationBoxcontains 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. TheProtectionSchemeInformationBoxis a container box. It is mandatory in a sample entry that uses a code idicating a protected stream.
-
-
Field Summary
-
Fields inherited from class org.mp4parser.support.AbstractContainerBox
largeBox, type
-
-
Constructor Summary
Constructors Constructor Description ProtectionSchemeInformationBox()
-
Method Summary
-
Methods inherited from class org.mp4parser.support.AbstractContainerBox
getBox, getHeader, getSize, getType, parse, setParent
-
Methods inherited from class org.mp4parser.BasicContainer
addBox, getBoxes, getBoxes, getBoxes, getContainerSize, initContainer, setBoxes, toString, writeContainer
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-