toggle menu
Brightcove Player SDK for Android 10.1.2
10.1.2
sdk
switch theme
search in API
sdk
/
com.brightcove.player.drm
/
BrightcoveDrmSession
Brightcove
Drm
Session
interface
BrightcoveDrmSession
Contract of a DRM session.
Author
rsubramaniam
Members
Functions
get
Drm
Error
Link copied to clipboard
abstract
fun
getDrmError
(
)
:
DrmException
get
Offline
License
Key
Set
Id
Link copied to clipboard
abstract
fun
getOfflineLicenseKeySetId
(
)
:
Array
<
Byte
>
get
Property
Byte
Array
Link copied to clipboard
abstract
fun
getPropertyByteArray
(
propertyName
:
String
)
:
Array
<
Byte
>
get
Property
String
Link copied to clipboard
abstract
fun
getPropertyString
(
propertyName
:
String
)
:
String
query
Key
Status
Link copied to clipboard
abstract
fun
queryKeyStatus
(
)
:
Map
<
String
,
String
>
set
Property
Byte
Array
Link copied to clipboard
abstract
fun
setPropertyByteArray
(
propertyName
:
String
,
value
:
Array
<
Byte
>
)
set
Property
String
Link copied to clipboard
abstract
fun
setPropertyString
(
propertyName
:
String
,
value
:
String
)