toggle menu
Brightcove Player SDK for Android 10.1.2
10.1.2
exoplayer2
switch theme
search in API
exoplayer2
/
com.brightcove.player.drm
/
DrmUtil
Drm
Util
class
DrmUtil
Provides utility methods to work DRM licenses.
Members
Constructors
Drm
Util
Link copied to clipboard
constructor
(
)
Functions
create
Http
Data
Source
Link copied to clipboard
open
fun
createHttpDataSource
(
)
:
HttpDataSource
open
fun
createHttpDataSource
(
requestProperties
:
Map
<
String
,
String
>
)
:
HttpDataSource
Creates new instance of the HttpDataSource.
execute
Post
Link copied to clipboard
open
fun
executePost
(
url
:
String
,
data
:
Array
<
Byte
>
,
requestProperties
:
Map
<
String
,
String
>
)
:
Array
<
Byte
>