Class Eac3AtmosSettingsProps.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.Eac3AtmosSettingsProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<Eac3AtmosSettingsProps>
- Enclosing interface:
Eac3AtmosSettingsProps
@Stability(Experimental)
public static final class Eac3AtmosSettingsProps.Builder
extends Object
implements software.amazon.jsii.Builder<Eac3AtmosSettingsProps>
A builder for
Eac3AtmosSettingsProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofEac3AtmosSettingsProps.getBitrate()build()Builds the configured instance.codingMode(Eac3AtmosCodingMode codingMode) Sets the value ofEac3AtmosSettingsProps.getCodingMode()Sets the value ofEac3AtmosSettingsProps.getDialNorm()drcLine(Eac3AtmosDrcLine drcLine) Sets the value ofEac3AtmosSettingsProps.getDrcLine()drcRf(Eac3AtmosDrcRf drcRf) Sets the value ofEac3AtmosSettingsProps.getDrcRf()heightTrim(Number heightTrim) Sets the value ofEac3AtmosSettingsProps.getHeightTrim()surroundTrim(Number surroundTrim) Sets the value ofEac3AtmosSettingsProps.getSurroundTrim()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bitrate
Sets the value ofEac3AtmosSettingsProps.getBitrate()- Parameters:
bitrate- The average bitrate.- Returns:
this
-
codingMode
@Stability(Experimental) public Eac3AtmosSettingsProps.Builder codingMode(Eac3AtmosCodingMode codingMode) Sets the value ofEac3AtmosSettingsProps.getCodingMode()- Parameters:
codingMode- The coding mode (e.g. CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6).- Returns:
this
-
dialNorm
Sets the value ofEac3AtmosSettingsProps.getDialNorm()- Parameters:
dialNorm- The dialogue normalization level (1–31).- Returns:
this
-
drcLine
Sets the value ofEac3AtmosSettingsProps.getDrcLine()- Parameters:
drcLine- Sets the Dolby dynamic range compression line mode profile.- Returns:
this
-
drcRf
Sets the value ofEac3AtmosSettingsProps.getDrcRf()- Parameters:
drcRf- Sets the Dolby dynamic range compression RF mode profile.- Returns:
this
-
heightTrim
Sets the value ofEac3AtmosSettingsProps.getHeightTrim()- Parameters:
heightTrim- Height channel trim level.- Returns:
this
-
surroundTrim
Sets the value ofEac3AtmosSettingsProps.getSurroundTrim()- Parameters:
surroundTrim- Surround channel trim level.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Eac3AtmosSettingsProps>- Returns:
- a new instance of
Eac3AtmosSettingsProps - Throws:
NullPointerException- if any required attribute was not provided
-