SsManifest.ProtectionElement


public class SsManifest.ProtectionElement


Represents a protection element containing a single header.

Summary

Public fields

final byte[]
final TrackEncryptionBox[]
final UUID

Public constructors

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

Public fields

data

public final byte[] data

trackEncryptionBoxes

public final TrackEncryptionBox[] trackEncryptionBoxes

uuid

public final UUID uuid

Public constructors

ProtectionElement

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