toggle menu
Brightcove Player SDK for Android 10.1.2
10.1.2
sdk
switch theme
search in API
sdk
/
com.brightcove.player.drm
/
OutputProtection
Output
Protection
open
class
OutputProtection
An immutable class used to configure the output protection when downloading a DRM license.
Members
Constructors
Output
Protection
Link copied to clipboard
constructor
(
digital
:
Boolean
,
analogue
:
Boolean
,
enforce
:
Boolean
)
Instantiates a new Output Protection.
Functions
is
Analogue
Link copied to clipboard
open
fun
isAnalogue
(
)
:
Boolean
Returns if the protection for analogue output is enabled.
is
Digital
Link copied to clipboard
open
fun
isDigital
(
)
:
Boolean
Returns if the protection for digital output is enabled.
is
Enforce
Link copied to clipboard
open
fun
isEnforce
(
)
:
Boolean
Returns if the hard output protection is enabled.