DrmData

DrmData

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

Represents DRM information of type DrmData.Type.

Constructors

DrmDataconstructor(data: ByteArray, type: DrmData.Type)

Types

NameSummary
Typeenum Type : Enum<DrmData.Type>
Specifies the type of the DRM data.

Properties

NameSummary
dataval data: ByteArray
typeval type: DrmData.Type

Functions

NameSummary
equalsopen operator override fun equals(other: Any?): Boolean
hashCodeopen override fun hashCode(): Int