com.coremedia.iso.boxes
Class ProtectionSchemeInformationBox

java.lang.Object
  extended by com.coremedia.iso.boxes.AbstractBox
      extended by com.coremedia.iso.boxes.AbstractContainerBox
          extended by com.coremedia.iso.boxes.ProtectionSchemeInformationBox
All Implemented Interfaces:
Box, ContainerBox

public class ProtectionSchemeInformationBox
extends AbstractContainerBox

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.

See Also:
com.coremedia.iso.boxes.odf.OmaDrmKeyManagenentSystemBox, AudioSampleEntry.TYPE_ENCRYPTED, VisualSampleEntry.TYPE_ENCRYPTED

Field Summary
static 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

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

ProtectionSchemeInformationBox

public ProtectionSchemeInformationBox()


Copyright © 2012. All Rights Reserved.