MLMediaDRMRequestMessage
Module: Media Player
Data type that encapsulates either of the following along with an URL: More...
#include <ml_media_drm.h>
Public Attributes
Type | Name |
---|---|
MLMediaDRMByteArray | request |
char * | default_URL |
Detailed Description
struct MLMediaDRMRequestMessage;
Data type that encapsulates either of the following along with an URL:
For Key Request Message: an opaque key request byte array that should be delivered to the license server.
For Provision Request Message: an opaque provision request byte array that should be delivered to the provisioning server.
Deprecated
Deprecated since 1.4.0. Scheduled for removal.
Public Attributes Documentation
request
MLMediaDRMByteArray request;
The opaque request byte array.
default_URL
char * default_URL;
The recommended URL to deliver the request to.