Class ProtectionSchemeInformationBox

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

public class ProtectionSchemeInformationBox extends AbstractContainerBox

4cc = ""sinf""

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

  • Constructor Details

    • ProtectionSchemeInformationBox

      public ProtectionSchemeInformationBox()