public static class SsManifest.ProtectionElement
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
data |
com.google.android.exoplayer2.extractor.mp4.TrackEncryptionBox[] |
trackEncryptionBoxes |
java.util.UUID |
uuid |
| Constructor and Description |
|---|
ProtectionElement(java.util.UUID uuid,
byte[] data,
com.google.android.exoplayer2.extractor.mp4.TrackEncryptionBox[] trackEncryptionBoxes) |