ContentKeyPolicyPlayReadyPlayRightResponse

data class ContentKeyPolicyPlayReadyPlayRightResponse(val agcAndColorStripeRestriction: Int? = null, val allowPassingVideoContentToUnknownOutput: String, val analogVideoOpl: Int? = null, val compressedDigitalAudioOpl: Int? = null, val compressedDigitalVideoOpl: Int? = null, val digitalVideoOnlyContentRestriction: Boolean, val explicitAnalogTelevisionOutputRestriction: ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponse? = null, val firstPlayExpiration: String? = null, val imageConstraintForAnalogComponentVideoRestriction: Boolean, val imageConstraintForAnalogComputerMonitorRestriction: Boolean, val scmsRestriction: Int? = null, val uncompressedDigitalAudioOpl: Int? = null, val uncompressedDigitalVideoOpl: Int? = null)

Configures the Play Right in the PlayReady license.

Constructors

constructor(agcAndColorStripeRestriction: Int? = null, allowPassingVideoContentToUnknownOutput: String, analogVideoOpl: Int? = null, compressedDigitalAudioOpl: Int? = null, compressedDigitalVideoOpl: Int? = null, digitalVideoOnlyContentRestriction: Boolean, explicitAnalogTelevisionOutputRestriction: ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestrictionResponse? = null, firstPlayExpiration: String? = null, imageConstraintForAnalogComponentVideoRestriction: Boolean, imageConstraintForAnalogComputerMonitorRestriction: Boolean, scmsRestriction: Int? = null, uncompressedDigitalAudioOpl: Int? = null, uncompressedDigitalVideoOpl: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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: Int? = null

Specifies the output protection level for compressed digital audio.

Link copied to clipboard

Specifies the output protection level for compressed digital audio.

Link copied to clipboard

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

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: Int? = null

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

Link copied to clipboard

Specifies the output protection level for uncompressed digital audio.

Link copied to clipboard

Specifies the output protection level for uncompressed digital video.