toggle menu
player-android
3.79.0
androidJvm
switch theme
search in API
player-core
/
com.bitmovin.player.api.drm
/
DrmRequest
Drm
Request
class
DrmRequest
(
val
drmData
:
DrmData
,
url
:
String
,
headers
:
Map
<
String
?
,
String
?
>
?
,
body
:
ByteArray
?
,
httpMethod
:
String
)
:
HttpRequest
An HTTP request for DRM information.
Members
Constructors
Drm
Request
Link copied to clipboard
constructor
(
drmData
:
DrmData
,
url
:
String
,
headers
:
Map
<
String
?
,
String
?
>
?
,
body
:
ByteArray
?
,
httpMethod
:
String
)
Properties
drm
Data
Link copied to clipboard
val
drmData
:
DrmData
The
DrmData
associated with the request.