Interface Eac3AtmosSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Eac3AtmosSettings.Builder,
,Eac3AtmosSettings> SdkBuilder<Eac3AtmosSettings.Builder,
,Eac3AtmosSettings> SdkPojo
- Enclosing class:
Eac3AtmosSettings
public static interface Eac3AtmosSettings.Builder
extends SdkPojo, CopyableBuilder<Eac3AtmosSettings.Builder,Eac3AtmosSettings>
-
Method Summary
Modifier and TypeMethodDescriptionAverage bitrate in bits/second.codingMode
(String codingMode) Dolby Digital Plus with Dolby Atmos coding mode.codingMode
(Eac3AtmosCodingMode codingMode) Dolby Digital Plus with Dolby Atmos coding mode.Sets the dialnorm for the output.Sets the Dolby dynamic range compression profile.drcLine
(Eac3AtmosDrcLine drcLine) Sets the Dolby dynamic range compression profile.Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.drcRf
(Eac3AtmosDrcRf drcRf) Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.heightTrim
(Double heightTrim) Height dimensional trim.surroundTrim
(Double surroundTrim) Surround dimensional trim.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
bitrate
Average bitrate in bits/second. Valid bitrates depend on the coding mode. // * @affectsRightSizing true- Parameters:
bitrate
- Average bitrate in bits/second. Valid bitrates depend on the coding mode. // * @affectsRightSizing true- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codingMode
Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.- Parameters:
codingMode
- Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
codingMode
Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.- Parameters:
codingMode
- Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dialnorm
Sets the dialnorm for the output. Default 23.- Parameters:
dialnorm
- Sets the dialnorm for the output. Default 23.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
drcLine
Sets the Dolby dynamic range compression profile.- Parameters:
drcLine
- Sets the Dolby dynamic range compression profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
drcLine
Sets the Dolby dynamic range compression profile.- Parameters:
drcLine
- Sets the Dolby dynamic range compression profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
drcRf
Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.- Parameters:
drcRf
- Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
drcRf
Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.- Parameters:
drcRf
- Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
heightTrim
Height dimensional trim. Sets the maximum amount to attenuate the height channels when the downstream player isn??t configured to handle Dolby Digital Plus with Dolby Atmos and must remix the channels.- Parameters:
heightTrim
- Height dimensional trim. Sets the maximum amount to attenuate the height channels when the downstream player isn??t configured to handle Dolby Digital Plus with Dolby Atmos and must remix the channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
surroundTrim
Surround dimensional trim. Sets the maximum amount to attenuate the surround channels when the downstream player isn't configured to handle Dolby Digital Plus with Dolby Atmos and must remix the channels.- Parameters:
surroundTrim
- Surround dimensional trim. Sets the maximum amount to attenuate the surround channels when the downstream player isn't configured to handle Dolby Digital Plus with Dolby Atmos and must remix the channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-