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

SchemeInformationBox

public class SchemeInformationBox extends com.googlecode.mp4parser.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 {@link com.coremedia.iso.boxes.SchemeTypeBox}.

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


      
        super(TYPE);
    
Methods Summary