Class SchemeInformationBox
java.lang.Object
org.mp4parser.BasicContainer
org.mp4parser.support.AbstractContainerBox
org.mp4parser.boxes.iso14496.part12.SchemeInformationBox
- All Implemented Interfaces:
Box,Container,ParsableBox
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
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
-
SchemeInformationBox
public SchemeInformationBox()
-