toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.ui.player
/
CS3IPlayer
/
DrmMetadata
Drm
Metadata
data
class
DrmMetadata
(
val
kid
:
String
,
val
key
:
String
,
val
uuid
:
UUID
,
val
kty
:
String
,
val
keyRequestParameters
:
HashMap
<
String
,
String
>
)
(
source
)
Members
Constructors
Drm
Metadata
Link copied to clipboard
constructor
(
kid
:
String
,
key
:
String
,
uuid
:
UUID
,
kty
:
String
,
keyRequestParameters
:
HashMap
<
String
,
String
>
)
Properties
key
Link copied to clipboard
val
key
:
String
key
Request
Parameters
Link copied to clipboard
val
keyRequestParameters
:
HashMap
<
String
,
String
>
kid
Link copied to clipboard
val
kid
:
String
kty
Link copied to clipboard
val
kty
:
String
uuid
Link copied to clipboard
val
uuid
:
UUID