FileDocCategorySizeDatePackage
ProtectionSchemeInformationBox.javaAPI Docmp4parser 1.0-RC-171623Wed Dec 19 20:10:38 GMT 2012com.coremedia.iso.boxes

ProtectionSchemeInformationBox

public class ProtectionSchemeInformationBox extends com.googlecode.mp4parser.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
com.coremedia.iso.boxes.odf.OmaDrmKeyManagenentSystemBox
see
com.coremedia.iso.boxes.sampleentry.AudioSampleEntry#TYPE_ENCRYPTED
see
com.coremedia.iso.boxes.sampleentry.VisualSampleEntry#TYPE_ENCRYPTED

Fields Summary
public static final String
TYPE
Constructors Summary
public ProtectionSchemeInformationBox()


      
        super(TYPE);

    
Methods Summary