public class ContentProtection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DrmInitData.SchemeInitData |
data
Protection scheme specific initialization data.
|
java.lang.String |
schemeUriId
Identifies the content protection scheme.
|
java.util.UUID |
uuid
The UUID of the protection scheme.
|
Constructor and Description |
---|
ContentProtection(java.lang.String schemeUriId,
java.util.UUID uuid,
DrmInitData.SchemeInitData data) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public final java.lang.String schemeUriId
public final java.util.UUID uuid
public final DrmInitData.SchemeInitData data
public ContentProtection(java.lang.String schemeUriId, java.util.UUID uuid, DrmInitData.SchemeInitData data)
schemeUriId
- Identifies the content protection scheme.uuid
- The UUID of the protection scheme, if known. May be null.data
- Protection scheme specific initialization data. May be null.