Interface CfnChannelPropsMixin.AudioNormalizationSettingsProperty

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

@Stability(Stable) public static interface CfnChannelPropsMixin.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.cfnpropertymixins.services.medialive.*;
 AudioNormalizationSettingsProperty audioNormalizationSettingsProperty = AudioNormalizationSettingsProperty.builder()
         .algorithm("algorithm")
         .algorithmControl("algorithmControl")
         .targetLkfs(123)
         .build();
 

See Also: