public static final class ExoMediaDrm.ProvisionRequest extends Object
MediaDrm.ProvisionRequest| Constructor | Description |
|---|---|
ProvisionRequest(byte[] data,
String defaultUrl) |
Creates an instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
getData() |
Returns the opaque provisioning request data.
|
String |
getDefaultUrl() |
Returns the default URL of the provisioning server to which the request can be made, or the
empty string if not known.
|
public ProvisionRequest(byte[] data,
String defaultUrl)
data - The opaque provisioning request data.defaultUrl - The default URL of the provisioning server to which the request can be
made, or the empty string if not known.public byte[] getData()
public String getDefaultUrl()