SchemeData

data class SchemeData(val uuid: UUID, val licenseServerUrl: String? = null, val mimeType: String, val data: ByteArray)(source)

Constructors

Link copied to clipboard
constructor(uuid: 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 {@link #data}.

Link copied to clipboard
val uuid: UUID

The {@link UUID} of the DRM scheme, or {@link C#UUID_NIL} if the data is universal (i.e. applies to all schemes).