SsManifest.ProtectionElement


class SsManifest.ProtectionElement


Represents a protection element containing a single header.

Summary

Public constructors

ProtectionElement(
    uuid: UUID!,
    data: ByteArray!,
    trackEncryptionBoxes: Array<TrackEncryptionBox!>!
)

Public constructors

ProtectionElement

ProtectionElement(
    uuid: UUID!,
    data: ByteArray!,
    trackEncryptionBoxes: Array<TrackEncryptionBox!>!
)

Public properties

data

val dataByteArray<Byte>!

trackEncryptionBoxes

val trackEncryptionBoxesArray<TrackEncryptionBox!>!

uuid

val uuidUUID!