Interface CfnChannel.Ac3SettingsProperty

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

@Stability(Stable) public static interface CfnChannel.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.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: