DrmData

data class DrmData(val data: ByteArray, val type: DrmData.Type)

Represents DRM information of type DrmData.Type.

Constructors

Link copied to clipboard
constructor(data: ByteArray, type: DrmData.Type)

Types

Link copied to clipboard

Specifies the type of the DRM data.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int