![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azure.media.kotlin.outputs.ContentKeyPolicyPolicyOptionPlayreadyConfigurationLicensePlayRight.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-kotlin Show documentation
Show all versions of pulumi-azure-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.media.kotlin.outputs
import kotlin.Boolean
import kotlin.Int
import kotlin.String
import kotlin.Suppress
/**
*
* @property agcAndColorStripeRestriction Configures Automatic Gain Control (AGC) and Color Stripe in the license. Must be between `0` and `3` inclusive.
* @property allowPassingVideoContentToUnknownOutput Configures Unknown output handling settings of the license. Supported values are `Allowed`, `AllowedWithVideoConstriction` or `NotAllowed`.
* @property analogVideoOpl Specifies the output protection level for compressed digital audio. Supported values are `100`, `150` or `200`.
* @property compressedDigitalAudioOpl Specifies the output protection level for compressed digital audio.Supported values are `100`, `150`, `200`, `250` or `300`.
* @property compressedDigitalVideoOpl Specifies the output protection level for compressed digital video. Supported values are `400` or `500`.
* @property digitalVideoOnlyContentRestriction Enables the Image Constraint For Analog Component Video Restriction in the license.
* @property explicitAnalogTelevisionOutputRestriction An `explicit_analog_television_output_restriction` block as defined above.
* @property firstPlayExpiration The amount of time that the license is valid after the license is first used to play content.
* @property imageConstraintForAnalogComponentVideoRestriction Enables the Image Constraint For Analog Component Video Restriction in the license.
* @property imageConstraintForAnalogComputerMonitorRestriction Enables the Image Constraint For Analog Component Video Restriction in the license.
* @property scmsRestriction Configures the Serial Copy Management System (SCMS) in the license. Must be between `0` and `3` inclusive.
* @property uncompressedDigitalAudioOpl Specifies the output protection level for uncompressed digital audio. Supported values are `100`, `150`, `200`, `250` or `300`.
* @property uncompressedDigitalVideoOpl Specifies the output protection level for uncompressed digital video. Supported values are `100`, `250`, `270` or `300`.
*/
public data class ContentKeyPolicyPolicyOptionPlayreadyConfigurationLicensePlayRight(
public val agcAndColorStripeRestriction: Int? = null,
public val allowPassingVideoContentToUnknownOutput: String? = null,
public val analogVideoOpl: Int? = null,
public val compressedDigitalAudioOpl: Int? = null,
public val compressedDigitalVideoOpl: Int? = null,
public val digitalVideoOnlyContentRestriction: Boolean? = null,
public val explicitAnalogTelevisionOutputRestriction: ContentKeyPolicyPolicyOptionPlayreadyConfigurationLicensePlayRightExplicitAnalogTelevisionOutputRestriction? =
null,
public val firstPlayExpiration: String? = null,
public val imageConstraintForAnalogComponentVideoRestriction: Boolean? = null,
public val imageConstraintForAnalogComputerMonitorRestriction: Boolean? = null,
public val scmsRestriction: Int? = null,
public val uncompressedDigitalAudioOpl: Int? = null,
public val uncompressedDigitalVideoOpl: Int? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azure.media.outputs.ContentKeyPolicyPolicyOptionPlayreadyConfigurationLicensePlayRight): ContentKeyPolicyPolicyOptionPlayreadyConfigurationLicensePlayRight =
ContentKeyPolicyPolicyOptionPlayreadyConfigurationLicensePlayRight(
agcAndColorStripeRestriction = javaType.agcAndColorStripeRestriction().map({ args0 ->
args0
}).orElse(null),
allowPassingVideoContentToUnknownOutput = javaType.allowPassingVideoContentToUnknownOutput().map({ args0 ->
args0
}).orElse(null),
analogVideoOpl = javaType.analogVideoOpl().map({ args0 -> args0 }).orElse(null),
compressedDigitalAudioOpl = javaType.compressedDigitalAudioOpl().map({ args0 ->
args0
}).orElse(null),
compressedDigitalVideoOpl = javaType.compressedDigitalVideoOpl().map({ args0 ->
args0
}).orElse(null),
digitalVideoOnlyContentRestriction = javaType.digitalVideoOnlyContentRestriction().map({ args0 ->
args0
}).orElse(null),
explicitAnalogTelevisionOutputRestriction = javaType.explicitAnalogTelevisionOutputRestriction().map({ args0 ->
args0.let({ args0 ->
com.pulumi.azure.media.kotlin.outputs.ContentKeyPolicyPolicyOptionPlayreadyConfigurationLicensePlayRightExplicitAnalogTelevisionOutputRestriction.Companion.toKotlin(args0)
})
}).orElse(null),
firstPlayExpiration = javaType.firstPlayExpiration().map({ args0 -> args0 }).orElse(null),
imageConstraintForAnalogComponentVideoRestriction = javaType.imageConstraintForAnalogComponentVideoRestriction().map({ args0 ->
args0
}).orElse(null),
imageConstraintForAnalogComputerMonitorRestriction = javaType.imageConstraintForAnalogComputerMonitorRestriction().map({ args0 ->
args0
}).orElse(null),
scmsRestriction = javaType.scmsRestriction().map({ args0 -> args0 }).orElse(null),
uncompressedDigitalAudioOpl = javaType.uncompressedDigitalAudioOpl().map({ args0 ->
args0
}).orElse(null),
uncompressedDigitalVideoOpl = javaType.uncompressedDigitalVideoOpl().map({ args0 ->
args0
}).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy