ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs

data class ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs(val bestEffort: Output<Boolean>, val configurationData: Output<Int>) : ConvertibleToJava<ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs>

Configures the Explicit Analog Television Output Restriction control bits. For further details see the PlayReady Compliance Rules.

Constructors

constructor(bestEffort: Output<Boolean>, configurationData: Output<Int>)

Properties

Link copied to clipboard
val bestEffort: Output<Boolean>

Indicates whether this restriction is enforced on a Best Effort basis.

Link copied to clipboard
val configurationData: Output<Int>

Configures the restriction control bits. Must be between 0 and 3 inclusive.

Functions

Link copied to clipboard
open override fun toJava(): ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs