Interface Eac3Settings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Eac3Settings.Builder,,- Eac3Settings> - SdkBuilder<Eac3Settings.Builder,,- Eac3Settings> - SdkPojo
- Enclosing class:
- Eac3Settings
@Mutable
@NotThreadSafe
public static interface Eac3Settings.Builder
extends SdkPojo, CopyableBuilder<Eac3Settings.Builder,Eac3Settings> 
- 
Method SummaryModifier and TypeMethodDescriptionattenuationControl(String attenuationControl) When set to attenuate3Db, applies a 3 dB attenuation to the surround channels.attenuationControl(Eac3AttenuationControl attenuationControl) When set to attenuate3Db, applies a 3 dB attenuation to the surround channels.Average bitrate in bits/second.bitstreamMode(String bitstreamMode) Specifies the bitstream mode (bsmod) for the emitted E-AC-3 stream.bitstreamMode(Eac3BitstreamMode bitstreamMode) Specifies the bitstream mode (bsmod) for the emitted E-AC-3 stream.codingMode(String codingMode) Dolby Digital Plus coding mode.codingMode(Eac3CodingMode codingMode) Dolby Digital Plus coding mode.When set to enabled, activates a DC highpass filter for all input channels.dcFilter(Eac3DcFilter dcFilter) When set to enabled, activates a DC highpass filter for all input channels.Sets the dialnorm for the output.Sets the Dolby dynamic range compression profile.drcLine(Eac3DrcLine 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.Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.lfeControl(String lfeControl) When encoding 3/2 audio, setting to lfe enables the LFE channellfeControl(Eac3LfeControl lfeControl) When encoding 3/2 audio, setting to lfe enables the LFE channelWhen set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.lfeFilter(Eac3LfeFilter lfeFilter) When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.loRoCenterMixLevel(Double loRoCenterMixLevel) Left only/Right only center mix level.loRoSurroundMixLevel(Double loRoSurroundMixLevel) Left only/Right only surround mix level.ltRtCenterMixLevel(Double ltRtCenterMixLevel) Left total/Right total center mix level.ltRtSurroundMixLevel(Double ltRtSurroundMixLevel) Left total/Right total surround mix level.metadataControl(String metadataControl) When set to followInput, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data.metadataControl(Eac3MetadataControl metadataControl) When set to followInput, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data.passthroughControl(String passthroughControl) When set to whenPossible, input DD+ audio will be passed through if it is present on the input.passthroughControl(Eac3PassthroughControl passthroughControl) When set to whenPossible, input DD+ audio will be passed through if it is present on the input.phaseControl(String phaseControl) When set to shift90Degrees, applies a 90-degree phase shift to the surround channels.phaseControl(Eac3PhaseControl phaseControl) When set to shift90Degrees, applies a 90-degree phase shift to the surround channels.stereoDownmix(String stereoDownmix) Stereo downmix preference.stereoDownmix(Eac3StereoDownmix stereoDownmix) Stereo downmix preference.surroundExMode(String surroundExMode) When encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels.surroundExMode(Eac3SurroundExMode surroundExMode) When encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels.surroundMode(String surroundMode) When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.surroundMode(Eac3SurroundMode surroundMode) When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
attenuationControlWhen set to attenuate3Db, applies a 3 dB attenuation to the surround channels. Only used for 3/2 coding mode.- Parameters:
- attenuationControl- When set to attenuate3Db, applies a 3 dB attenuation to the surround channels. Only used for 3/2 coding mode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
attenuationControlWhen set to attenuate3Db, applies a 3 dB attenuation to the surround channels. Only used for 3/2 coding mode.- Parameters:
- attenuationControl- When set to attenuate3Db, applies a 3 dB attenuation to the surround channels. Only used for 3/2 coding mode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
bitrateAverage bitrate in bits/second. Valid bitrates depend on the coding mode.- Parameters:
- bitrate- Average bitrate in bits/second. Valid bitrates depend on the coding mode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
bitstreamModeSpecifies the bitstream mode (bsmod) for the emitted E-AC-3 stream. See ATSC A/52-2012 (Annex E) for background on these values.- Parameters:
- bitstreamMode- Specifies the bitstream mode (bsmod) for the emitted E-AC-3 stream. See ATSC A/52-2012 (Annex E) for background on these values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
bitstreamModeSpecifies the bitstream mode (bsmod) for the emitted E-AC-3 stream. See ATSC A/52-2012 (Annex E) for background on these values.- Parameters:
- bitstreamMode- Specifies the bitstream mode (bsmod) for the emitted E-AC-3 stream. See ATSC A/52-2012 (Annex E) for background on these values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
codingModeDolby Digital Plus coding mode. Determines number of channels.- Parameters:
- codingMode- Dolby Digital Plus coding mode. Determines number of channels.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
codingModeDolby Digital Plus coding mode. Determines number of channels.- Parameters:
- codingMode- Dolby Digital Plus coding mode. Determines number of channels.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
dcFilterWhen set to enabled, activates a DC highpass filter for all input channels.- Parameters:
- dcFilter- When set to enabled, activates a DC highpass filter for all input channels.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
dcFilterWhen set to enabled, activates a DC highpass filter for all input channels.- Parameters:
- dcFilter- When set to enabled, activates a DC highpass filter for all input channels.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
dialnormSets the dialnorm for the output. If blank and input audio is Dolby Digital Plus, dialnorm will be passed through.- Parameters:
- dialnorm- Sets the dialnorm for the output. If blank and input audio is Dolby Digital Plus, dialnorm will be passed through.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
drcLineSets 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:
 
- 
drcLineSets 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:
 
- 
drcRfSets 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:
 
- 
drcRfSets 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:
 
- 
lfeControlWhen encoding 3/2 audio, setting to lfe enables the LFE channel- Parameters:
- lfeControl- When encoding 3/2 audio, setting to lfe enables the LFE channel
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lfeControlWhen encoding 3/2 audio, setting to lfe enables the LFE channel- Parameters:
- lfeControl- When encoding 3/2 audio, setting to lfe enables the LFE channel
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lfeFilterWhen set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with codingMode32 coding mode.- Parameters:
- lfeFilter- When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with codingMode32 coding mode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lfeFilterWhen set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with codingMode32 coding mode.- Parameters:
- lfeFilter- When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with codingMode32 coding mode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
loRoCenterMixLevelLeft only/Right only center mix level. Only used for 3/2 coding mode.- Parameters:
- loRoCenterMixLevel- Left only/Right only center mix level. Only used for 3/2 coding mode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
loRoSurroundMixLevelLeft only/Right only surround mix level. Only used for 3/2 coding mode.- Parameters:
- loRoSurroundMixLevel- Left only/Right only surround mix level. Only used for 3/2 coding mode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ltRtCenterMixLevelLeft total/Right total center mix level. Only used for 3/2 coding mode.- Parameters:
- ltRtCenterMixLevel- Left total/Right total center mix level. Only used for 3/2 coding mode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ltRtSurroundMixLevelLeft total/Right total surround mix level. Only used for 3/2 coding mode.- Parameters:
- ltRtSurroundMixLevel- Left total/Right total surround mix level. Only used for 3/2 coding mode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
metadataControlWhen set to followInput, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.- Parameters:
- metadataControl- When set to followInput, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
metadataControlWhen set to followInput, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.- Parameters:
- metadataControl- When set to followInput, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
passthroughControlWhen set to whenPossible, input DD+ audio will be passed through if it is present on the input. This detection is dynamic over the life of the transcode. Inputs that alternate between DD+ and non-DD+ content will have a consistent DD+ output as the system alternates between passthrough and encoding.- Parameters:
- passthroughControl- When set to whenPossible, input DD+ audio will be passed through if it is present on the input. This detection is dynamic over the life of the transcode. Inputs that alternate between DD+ and non-DD+ content will have a consistent DD+ output as the system alternates between passthrough and encoding.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
passthroughControlWhen set to whenPossible, input DD+ audio will be passed through if it is present on the input. This detection is dynamic over the life of the transcode. Inputs that alternate between DD+ and non-DD+ content will have a consistent DD+ output as the system alternates between passthrough and encoding.- Parameters:
- passthroughControl- When set to whenPossible, input DD+ audio will be passed through if it is present on the input. This detection is dynamic over the life of the transcode. Inputs that alternate between DD+ and non-DD+ content will have a consistent DD+ output as the system alternates between passthrough and encoding.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
phaseControlWhen set to shift90Degrees, applies a 90-degree phase shift to the surround channels. Only used for 3/2 coding mode.- Parameters:
- phaseControl- When set to shift90Degrees, applies a 90-degree phase shift to the surround channels. Only used for 3/2 coding mode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
phaseControlWhen set to shift90Degrees, applies a 90-degree phase shift to the surround channels. Only used for 3/2 coding mode.- Parameters:
- phaseControl- When set to shift90Degrees, applies a 90-degree phase shift to the surround channels. Only used for 3/2 coding mode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stereoDownmixStereo downmix preference. Only used for 3/2 coding mode.- Parameters:
- stereoDownmix- Stereo downmix preference. Only used for 3/2 coding mode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stereoDownmixStereo downmix preference. Only used for 3/2 coding mode.- Parameters:
- stereoDownmix- Stereo downmix preference. Only used for 3/2 coding mode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
surroundExModeWhen encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels.- Parameters:
- surroundExMode- When encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
surroundExModeWhen encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels.- Parameters:
- surroundExMode- When encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
surroundModeWhen encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.- Parameters:
- surroundMode- When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
surroundModeWhen encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.- Parameters:
- surroundMode- When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-