Interface Eac3AtmosSettingsProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
Eac3AtmosSettingsProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-02T11:03:41.031Z") @Stability(Experimental) public interface Eac3AtmosSettingsProps extends software.amazon.jsii.JsiiSerializable
(experimental) Properties for EAC3 Atmos codec settings.

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.alpha.*;
 import software.amazon.awscdk.*;
 Bitrate bitrate;
 Eac3AtmosCodingMode eac3AtmosCodingMode;
 Eac3AtmosDrcLine eac3AtmosDrcLine;
 Eac3AtmosDrcRf eac3AtmosDrcRf;
 Eac3AtmosSettingsProps eac3AtmosSettingsProps = Eac3AtmosSettingsProps.builder()
         .bitrate(bitrate)
         .codingMode(eac3AtmosCodingMode)
         .dialNorm(123)
         .drcLine(eac3AtmosDrcLine)
         .drcRf(eac3AtmosDrcRf)
         .heightTrim(123)
         .surroundTrim(123)
         .build();
 
  • Method Details

    • getBitrate

      @Stability(Experimental) @Nullable default Bitrate getBitrate()
      (experimental) The average bitrate.

      Default: - service default

    • getCodingMode

      @Stability(Experimental) @Nullable default Eac3AtmosCodingMode getCodingMode()
      (experimental) The coding mode (e.g. CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6).

      Default: Eac3AtmosCodingMode.CODING_MODE_5_1_4

    • getDialNorm

      @Stability(Experimental) @Nullable default Number getDialNorm()
      (experimental) The dialogue normalization level (1–31).

      Default: - service default

    • getDrcLine

      @Stability(Experimental) @Nullable default Eac3AtmosDrcLine getDrcLine()
      (experimental) Sets the Dolby dynamic range compression line mode profile.

      Default: - service default

    • getDrcRf

      @Stability(Experimental) @Nullable default Eac3AtmosDrcRf getDrcRf()
      (experimental) Sets the Dolby dynamic range compression RF mode profile.

      Default: - service default

    • getHeightTrim

      @Stability(Experimental) @Nullable default Number getHeightTrim()
      (experimental) Height channel trim level.

      Default: - service default

    • getSurroundTrim

      @Stability(Experimental) @Nullable default Number getSurroundTrim()
      (experimental) Surround channel trim level.

      Default: - service default

    • builder

      @Stability(Experimental) static Eac3AtmosSettingsProps.Builder builder()
      Returns:
      a Eac3AtmosSettingsProps.Builder of Eac3AtmosSettingsProps