|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.coremedia.iso.boxes.AbstractBox
com.coremedia.iso.boxes.AbstractContainerBox
com.coremedia.iso.boxes.ProtectionSchemeInformationBox
public class ProtectionSchemeInformationBox
The ProtectionSchemeInformationBox
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.
com.coremedia.iso.boxes.odf.OmaDrmKeyManagenentSystemBox
,
AudioSampleEntry.TYPE_ENCRYPTED
,
VisualSampleEntry.TYPE_ENCRYPTED
Field Summary | |
---|---|
static java.lang.String |
TYPE
|
Fields inherited from class com.coremedia.iso.boxes.AbstractContainerBox |
---|
boxes, boxParser |
Fields inherited from class com.coremedia.iso.boxes.AbstractBox |
---|
deadBytes, type |
Constructor Summary | |
---|---|
ProtectionSchemeInformationBox()
|
Method Summary |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.coremedia.iso.boxes.ContainerBox |
---|
getIsoFile, getParent |
Methods inherited from interface com.coremedia.iso.boxes.Box |
---|
getBox, getSize, getType, setParent |
Field Detail |
---|
public static final java.lang.String TYPE
Constructor Detail |
---|
public ProtectionSchemeInformationBox()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |