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();
 
  • Method Details

    • getBitrate

      @Stability(Stable) @Nullable default Number getBitrate()
      CfnChannel.Eac3AtmosSettingsProperty.Bitrate.
    • getCodingMode

      @Stability(Stable) @Nullable default String getCodingMode()
      CfnChannel.Eac3AtmosSettingsProperty.CodingMode.
    • getDialnorm

      @Stability(Stable) @Nullable default Number getDialnorm()
      CfnChannel.Eac3AtmosSettingsProperty.Dialnorm.
    • getDrcLine

      @Stability(Stable) @Nullable default String getDrcLine()
      CfnChannel.Eac3AtmosSettingsProperty.DrcLine.
    • getDrcRf

      @Stability(Stable) @Nullable default String getDrcRf()
      CfnChannel.Eac3AtmosSettingsProperty.DrcRf.
    • getHeightTrim

      @Stability(Stable) @Nullable default Number getHeightTrim()
      CfnChannel.Eac3AtmosSettingsProperty.HeightTrim.
    • getSurroundTrim

      @Stability(Stable) @Nullable default Number getSurroundTrim()
      CfnChannel.Eac3AtmosSettingsProperty.SurroundTrim.
    • builder

      @Stability(Stable) static CfnChannel.Eac3AtmosSettingsProperty.Builder builder()
      Returns:
      a CfnChannel.Eac3AtmosSettingsProperty.Builder of CfnChannel.Eac3AtmosSettingsProperty