Skip to main content
Version: 14 May 2024

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.

Public Attributes

DefaultURL

The recommended URL to deliver the request to.


public readonly string DefaultURL;


Request

The opaque request byte array.


public readonly NativeBindings.MLMediaDRMByteArray Request;

TypeDescription
readonly NativeBindings.MLMediaDRMByteArrayData type containing byte array buffer and the size.