SchemeData

data class SchemeData(val uuid: ERROR CLASS: Symbol not found for Uuid, val licenseServerUrl: String? = null, val mimeType: String, val data: ByteArray)(source)

Constructors

Link copied to clipboard
constructor(uuid: ERROR CLASS: Symbol not found for Uuid, licenseServerUrl: String? = null, mimeType: String, data: ByteArray)

Properties

Link copied to clipboard

The initialization data. May be null for scheme support checks only.

Link copied to clipboard

The URL of the server to which license requests should be made. May be null if unknown.

Link copied to clipboard

The mimeType of data.

Link copied to clipboard
val uuid: ERROR CLASS: Symbol not found for Uuid

The Uuid of the DRM scheme, or C.UUID_NIL if the data is universal (i.e. applies to all schemes).