com.pulumi.aws.medialive.kotlin.inputs.ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettingsArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-aws-kotlin Show documentation
Show all versions of pulumi-aws-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.aws.medialive.kotlin.inputs
import com.pulumi.aws.medialive.inputs.ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettingsArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Double
import kotlin.String
import kotlin.Suppress
import kotlin.jvm.JvmName
/**
*
* @property bitrate Average bitrate in bits/second.
* @property codingMode Dolby Digital Plus with Dolby Atmos coding mode.
* @property dialnorm Sets the dialnorm for the output.
* @property drcLine Sets the Dolby dynamic range compression profile.
* @property drcRf Sets the profile for heavy Dolby dynamic range compression.
* @property heightTrim Height dimensional trim.
* @property surroundTrim Surround dimensional trim.
*/
public data class ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettingsArgs(
public val bitrate: Output? = null,
public val codingMode: Output? = null,
public val dialnorm: Output? = null,
public val drcLine: Output? = null,
public val drcRf: Output? = null,
public val heightTrim: Output? = null,
public val surroundTrim: Output? = null,
) :
ConvertibleToJava {
override fun toJava(): com.pulumi.aws.medialive.inputs.ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettingsArgs =
com.pulumi.aws.medialive.inputs.ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettingsArgs.builder()
.bitrate(bitrate?.applyValue({ args0 -> args0 }))
.codingMode(codingMode?.applyValue({ args0 -> args0 }))
.dialnorm(dialnorm?.applyValue({ args0 -> args0 }))
.drcLine(drcLine?.applyValue({ args0 -> args0 }))
.drcRf(drcRf?.applyValue({ args0 -> args0 }))
.heightTrim(heightTrim?.applyValue({ args0 -> args0 }))
.surroundTrim(surroundTrim?.applyValue({ args0 -> args0 })).build()
}
/**
* Builder for [ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettingsArgs].
*/
@PulumiTagMarker
public class ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettingsArgsBuilder
internal constructor() {
private var bitrate: Output? = null
private var codingMode: Output? = null
private var dialnorm: Output? = null
private var drcLine: Output? = null
private var drcRf: Output? = null
private var heightTrim: Output? = null
private var surroundTrim: Output? = null
/**
* @param value Average bitrate in bits/second.
*/
@JvmName("tbjlwvcuwvegsjpn")
public suspend fun bitrate(`value`: Output) {
this.bitrate = value
}
/**
* @param value Dolby Digital Plus with Dolby Atmos coding mode.
*/
@JvmName("brfegbvilnwffiyl")
public suspend fun codingMode(`value`: Output) {
this.codingMode = value
}
/**
* @param value Sets the dialnorm for the output.
*/
@JvmName("vrsfkkaxymxqogof")
public suspend fun dialnorm(`value`: Output) {
this.dialnorm = value
}
/**
* @param value Sets the Dolby dynamic range compression profile.
*/
@JvmName("kysbxbfiuayitfro")
public suspend fun drcLine(`value`: Output) {
this.drcLine = value
}
/**
* @param value Sets the profile for heavy Dolby dynamic range compression.
*/
@JvmName("adunfnhxbmtbuxxl")
public suspend fun drcRf(`value`: Output) {
this.drcRf = value
}
/**
* @param value Height dimensional trim.
*/
@JvmName("ltaigwbjnhvfbasw")
public suspend fun heightTrim(`value`: Output) {
this.heightTrim = value
}
/**
* @param value Surround dimensional trim.
*/
@JvmName("fqrfhhbdfxwtwbbh")
public suspend fun surroundTrim(`value`: Output) {
this.surroundTrim = value
}
/**
* @param value Average bitrate in bits/second.
*/
@JvmName("uoeqmhivgmpuhwbv")
public suspend fun bitrate(`value`: Double?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.bitrate = mapped
}
/**
* @param value Dolby Digital Plus with Dolby Atmos coding mode.
*/
@JvmName("nfkwmoflpfrfssci")
public suspend fun codingMode(`value`: String?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.codingMode = mapped
}
/**
* @param value Sets the dialnorm for the output.
*/
@JvmName("kufibtfabyseborh")
public suspend fun dialnorm(`value`: Double?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.dialnorm = mapped
}
/**
* @param value Sets the Dolby dynamic range compression profile.
*/
@JvmName("hunldwjcyptdewlp")
public suspend fun drcLine(`value`: String?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.drcLine = mapped
}
/**
* @param value Sets the profile for heavy Dolby dynamic range compression.
*/
@JvmName("lmovndroekgnomme")
public suspend fun drcRf(`value`: String?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.drcRf = mapped
}
/**
* @param value Height dimensional trim.
*/
@JvmName("esfarxjmiwfjmios")
public suspend fun heightTrim(`value`: Double?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.heightTrim = mapped
}
/**
* @param value Surround dimensional trim.
*/
@JvmName("ngksabymdkuxcttq")
public suspend fun surroundTrim(`value`: Double?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.surroundTrim = mapped
}
internal fun build(): ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettingsArgs =
ChannelEncoderSettingsAudioDescriptionCodecSettingsEac3AtmosSettingsArgs(
bitrate = bitrate,
codingMode = codingMode,
dialnorm = dialnorm,
drcLine = drcLine,
drcRf = drcRf,
heightTrim = heightTrim,
surroundTrim = surroundTrim,
)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy