Interface CfnChannel.Eac3AtmosSettingsProperty

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

@Stability(Stable) public static interface CfnChannel.Eac3AtmosSettingsProperty extends software.amazon.jsii.JsiiSerializable
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.*;
 Eac3AtmosSettingsProperty eac3AtmosSettingsProperty = Eac3AtmosSettingsProperty.builder()
         .bitrate(123)
         .codingMode("codingMode")
         .dialnorm(123)
         .drcLine("drcLine")
         .drcRf("drcRf")
         .heightTrim(123)
         .surroundTrim(123)
         .build();
 

See Also: