Player Module
/
com.bitmovin.player.api.drm
/
DrmData
Drm
Data
data class
DrmData
(data:
ByteArray
, type:
DrmData.Type
)
Content copied to clipboard
Represents DRM information of type
DrmData.Type
.
Types
Constructors
Functions
Properties
Constructors
DrmData
Link copied to clipboard
fun
DrmData
(data:
ByteArray
, type:
DrmData.Type
)
Content copied to clipboard
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
DrmData.Type
>
Content copied to clipboard
Specifies the type of the DRM data.
Properties
data
Link copied to clipboard
val
data
:
ByteArray
Content copied to clipboard
type
Link copied to clipboard
val
type
:
DrmData.Type
Content copied to clipboard
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard