Class SsManifest.ProtectionElement

  • Enclosing class:
    SsManifest

    public static class SsManifest.ProtectionElement
    extends Object
    Represents a protection element containing a single header.
    • Field Detail

      • uuid

        public final UUID uuid
      • data

        public final byte[] data
    • Constructor Detail

      • ProtectionElement

        public ProtectionElement​(UUID uuid,
                                 byte[] data,
                                 TrackEncryptionBox[] trackEncryptionBoxes)