ContentKeyPolicyPlayReadyPlayRightArgs

data class ContentKeyPolicyPlayReadyPlayRightArgs(val agcAndColorStripeRestriction: Output<Int>? = null, val allowPassingVideoContentToUnknownOutput: Output<Either<String, ContentKeyPolicyPlayReadyUnknownOutputPassingOption>>, val analogVideoOpl: Output<Int>? = null, val compressedDigitalAudioOpl: Output<Int>? = null, val compressedDigitalVideoOpl: Output<Int>? = null, val digitalVideoOnlyContentRestriction: Output<Boolean>, val explicitAnalogTelevisionOutputRestriction: Output<ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs>? = null, val firstPlayExpiration: Output<String>? = null, val imageConstraintForAnalogComponentVideoRestriction: Output<Boolean>, val imageConstraintForAnalogComputerMonitorRestriction: Output<Boolean>, val scmsRestriction: Output<Int>? = null, val uncompressedDigitalAudioOpl: Output<Int>? = null, val uncompressedDigitalVideoOpl: Output<Int>? = null) : ConvertibleToJava<ContentKeyPolicyPlayReadyPlayRightArgs>

Configures the Play Right in the PlayReady license.

Constructors

Link copied to clipboard
constructor(agcAndColorStripeRestriction: Output<Int>? = null, allowPassingVideoContentToUnknownOutput: Output<Either<String, ContentKeyPolicyPlayReadyUnknownOutputPassingOption>>, analogVideoOpl: Output<Int>? = null, compressedDigitalAudioOpl: Output<Int>? = null, compressedDigitalVideoOpl: Output<Int>? = null, digitalVideoOnlyContentRestriction: Output<Boolean>, explicitAnalogTelevisionOutputRestriction: Output<ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionArgs>? = null, firstPlayExpiration: Output<String>? = null, imageConstraintForAnalogComponentVideoRestriction: Output<Boolean>, imageConstraintForAnalogComputerMonitorRestriction: Output<Boolean>, scmsRestriction: Output<Int>? = null, uncompressedDigitalAudioOpl: Output<Int>? = null, uncompressedDigitalVideoOpl: Output<Int>? = null)

Properties

Link copied to clipboard
val agcAndColorStripeRestriction: Output<Int>? = null

Configures Automatic Gain Control (AGC) and Color Stripe in the license. Must be between 0 and 3 inclusive.

Link copied to clipboard

Configures Unknown output handling settings of the license.

Link copied to clipboard
val analogVideoOpl: Output<Int>? = null

Specifies the output protection level for compressed digital audio.

Link copied to clipboard
val compressedDigitalAudioOpl: Output<Int>? = null

Specifies the output protection level for compressed digital audio.

Link copied to clipboard
val compressedDigitalVideoOpl: Output<Int>? = null

Specifies the output protection level for compressed digital video.

Link copied to clipboard

Enables the Image Constraint For Analog Component Video Restriction in the license.

Configures the Explicit Analog Television Output Restriction in the license. Configuration data must be between 0 and 3 inclusive.

Link copied to clipboard
val firstPlayExpiration: Output<String>? = null

The amount of time that the license is valid after the license is first used to play content.

Enables the Image Constraint For Analog Component Video Restriction in the license.

Enables the Image Constraint For Analog Component Video Restriction in the license.

Link copied to clipboard
val scmsRestriction: Output<Int>? = null

Configures the Serial Copy Management System (SCMS) in the license. Must be between 0 and 3 inclusive.

Link copied to clipboard
val uncompressedDigitalAudioOpl: Output<Int>? = null

Specifies the output protection level for uncompressed digital audio.

Link copied to clipboard
val uncompressedDigitalVideoOpl: Output<Int>? = null

Specifies the output protection level for uncompressed digital video.

Functions

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