Class SchemeInformationBox

java.lang.Object
org.mp4parser.BasicContainer
org.mp4parser.support.AbstractContainerBox
org.mp4parser.boxes.iso14496.part12.SchemeInformationBox
All Implemented Interfaces:
Box, Container, ParsableBox

public class SchemeInformationBox extends AbstractContainerBox

4cc = ""schi""

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.
  • Field Details

  • Constructor Details

    • SchemeInformationBox

      public SchemeInformationBox()