-
public class OutputProtection
An immutable class used to configure the output protection when downloading a DRM license.
-
-
Constructor Summary
Constructors Constructor Description OutputProtection(boolean digital, boolean analogue, boolean enforce)
Instantiates a new Output Protection.
-
Method Summary
Modifier and Type Method Description boolean
isDigital()
Returns if the protection for digital output is enabled. boolean
isAnalogue()
Returns if the protection for analogue output is enabled. boolean
isEnforce()
Returns if the hard output protection is enabled. -
-
Method Detail
-
isDigital
boolean isDigital()
Returns if the protection for digital output is enabled.
-
isAnalogue
boolean isAnalogue()
Returns if the protection for analogue output is enabled.
-
isEnforce
boolean isEnforce()
Returns if the hard output protection is enabled.
-
-
-
-