Package 

Class OutputProtection


  • 
    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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OutputProtection

        OutputProtection(boolean digital, boolean analogue, boolean enforce)
        Instantiates a new Output Protection.
        Parameters:
        digital - enables digital protection.
        analogue - enables analogue protection.
        enforce - enforces hard output protection.
    • 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.