com.coremedia.iso.boxes
Class SchemeInformationBox
java.lang.Object
com.coremedia.iso.boxes.AbstractBox
com.coremedia.iso.boxes.AbstractContainerBox
com.coremedia.iso.boxes.SchemeInformationBox
- All Implemented Interfaces:
- Box, ContainerBox
public class SchemeInformationBox
- extends AbstractContainerBox
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 the SchemeTypeBox
.
Methods inherited from class com.coremedia.iso.boxes.AbstractContainerBox |
_parseDetails, addBox, getBoxes, getBoxes, getBoxes, getContent, getContentSize, getNumOfBytesToFirstChild, parse, parseChildBoxes, removeBox, setBoxes, toString, writeChildBoxes |
Methods inherited from class com.coremedia.iso.boxes.AbstractBox |
getBox, getDeadBytes, getHeader, getIsoFile, getParent, getSize, getType, getUserType, isParsed, parseDetails, setDeadBytes, setParent, setUserType |
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
SchemeInformationBox
public SchemeInformationBox()
Copyright © 2012. All Rights Reserved.