DRMKeyRequest

data class DRMKeyRequest(val defaultLicenseURL: String, val data: ByteArray, val requestProperties: Map<String, String> = emptyMap())

Contains information necessary to construct the DRM Key Request.

Constructors

Link copied to clipboard
constructor(defaultLicenseURL: String, data: ByteArray, requestProperties: Map<String, String> = emptyMap())

Properties

Link copied to clipboard

The data that must be sent in POST body of the HTTP Request.

Link copied to clipboard

Default License URL for the Asset if there are no overrides.

Link copied to clipboard

Request Headers that must be added to the DRM Key Request.