public static final class ExoMediaDrm.ProvisionRequest
extends java.lang.Object
MediaDrm.ProvisionRequest| Constructor and Description |
|---|
ProvisionRequest(byte[] data,
java.lang.String defaultUrl)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Returns the opaque provisioning request data.
|
java.lang.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,
java.lang.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.