OutputProtection

open class OutputProtection

An immutable class used to configure the output protection when downloading a DRM license.

Constructors

Link copied to clipboard
constructor(digital: Boolean, analogue: Boolean, enforce: Boolean)
Instantiates a new Output Protection.

Functions

Link copied to clipboard
open fun isAnalogue(): Boolean
Returns if the protection for analogue output is enabled.
Link copied to clipboard
open fun isDigital(): Boolean
Returns if the protection for digital output is enabled.
Link copied to clipboard
open fun isEnforce(): Boolean
Returns if the hard output protection is enabled.