Interface CfnChannel.AudioNormalizationSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.AudioNormalizationSettingsProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.AudioNormalizationSettingsProperty extends software.amazon.jsii.JsiiSerializable
The settings for normalizing video.

The parent of this entity is AudioDescription.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.medialive.*;
 AudioNormalizationSettingsProperty audioNormalizationSettingsProperty = AudioNormalizationSettingsProperty.builder()
         .algorithm("algorithm")
         .algorithmControl("algorithmControl")
         .targetLkfs(123)
         .build();
 

See Also: