Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.ui.player
/
CS3IPlayer
/
DrmMetadata
Drm
Metadata
data
class
DrmMetadata
(
val
kid
:
String
?
=
null
,
val
key
:
String
?
=
null
,
val
uuid
:
UUID
,
val
kty
:
String
?
=
null
,
val
licenseUrl
:
String
?
=
null
,
val
keyRequestParameters
:
HashMap
<
String
,
String
>
,
val
headers
:
Map
<
String
,
String
>
=
emptyMap()
)
(
source
)
Members
Constructors
Drm
Metadata
Link copied to clipboard
constructor
(
kid
:
String
?
=
null
,
key
:
String
?
=
null
,
uuid
:
UUID
,
kty
:
String
?
=
null
,
licenseUrl
:
String
?
=
null
,
keyRequestParameters
:
HashMap
<
String
,
String
>
,
headers
:
Map
<
String
,
String
>
=
emptyMap()
)
Properties
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>
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
?
license
Url
Link copied to clipboard
val
licenseUrl
:
String
?
uuid
Link copied to clipboard
val
uuid
:
UUID