Player Module
3.22.0
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
Drm
Data
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.
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
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