Interface CfnChannelPropsMixin.Ac3SettingsProperty

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

@Stability(Stable) public static interface CfnChannelPropsMixin.Ac3SettingsProperty extends software.amazon.jsii.JsiiSerializable
The settings for an AC3 audio encode in the output.

The parent of this entity is AudioCodecSettings.

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.*;
 Ac3SettingsProperty ac3SettingsProperty = Ac3SettingsProperty.builder()
         .attenuationControl("attenuationControl")
         .bitrate(123)
         .bitstreamMode("bitstreamMode")
         .codingMode("codingMode")
         .dialnorm(123)
         .drcProfile("drcProfile")
         .lfeFilter("lfeFilter")
         .metadataControl("metadataControl")
         .build();
 

See Also: