ChannelEncoderSettingsAudioDescriptionAudioNormalizationSettingsArgs

data class ChannelEncoderSettingsAudioDescriptionAudioNormalizationSettingsArgs(val algorithm: Output<String>? = null, val algorithmControl: Output<String>? = null, val targetLkfs: Output<Double>? = null) : ConvertibleToJava<ChannelEncoderSettingsAudioDescriptionAudioNormalizationSettingsArgs>

Constructors

constructor(algorithm: Output<String>? = null, algorithmControl: Output<String>? = null, targetLkfs: Output<Double>? = null)

Properties

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

Audio normalization algorithm to use. itu17701 conforms to the CALM Act specification, itu17702 to the EBU R-128 specification.

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

Algorithm control for the audio description.

Link copied to clipboard
val targetLkfs: Output<Double>? = null

Target LKFS (loudness) to adjust volume to.

Functions

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