Class SchemeInformationBox
- java.lang.Object
-
- org.mp4parser.BasicContainer
-
- org.mp4parser.support.AbstractContainerBox
-
- org.mp4parser.boxes.iso14496.part12.SchemeInformationBox
-
- All Implemented Interfaces:
Box,Container,ParsableBox
public class SchemeInformationBox extends AbstractContainerBox
4cc = ""schi""
The Scheme Information Box is a container box that is only interpreted by the scheme beeing used. Any information the encryption system needs is stored here. The content of this box is a series of boxexes whose type annd format are defined by the scheme declared in theSchemeTypeBox.
-
-
Field Summary
-
Fields inherited from class org.mp4parser.support.AbstractContainerBox
largeBox, type
-
-
Constructor Summary
Constructors Constructor Description SchemeInformationBox()
-
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
-
-