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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.Eac3AtmosSettingsProperty
static final class
An implementation forCfnChannel.Eac3AtmosSettingsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Number
CfnChannel.Eac3AtmosSettingsProperty.Bitrate
.default String
CfnChannel.Eac3AtmosSettingsProperty.CodingMode
.default Number
CfnChannel.Eac3AtmosSettingsProperty.Dialnorm
.default String
CfnChannel.Eac3AtmosSettingsProperty.DrcLine
.default String
getDrcRf()
CfnChannel.Eac3AtmosSettingsProperty.DrcRf
.default Number
CfnChannel.Eac3AtmosSettingsProperty.HeightTrim
.default Number
CfnChannel.Eac3AtmosSettingsProperty.SurroundTrim
.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBitrate
CfnChannel.Eac3AtmosSettingsProperty.Bitrate
. -
getCodingMode
CfnChannel.Eac3AtmosSettingsProperty.CodingMode
. -
getDialnorm
CfnChannel.Eac3AtmosSettingsProperty.Dialnorm
. -
getDrcLine
CfnChannel.Eac3AtmosSettingsProperty.DrcLine
. -
getDrcRf
CfnChannel.Eac3AtmosSettingsProperty.DrcRf
. -
getHeightTrim
CfnChannel.Eac3AtmosSettingsProperty.HeightTrim
. -
getSurroundTrim
CfnChannel.Eac3AtmosSettingsProperty.SurroundTrim
. -
builder
-