Interface Eac3Settings.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<Eac3Settings.Builder,Eac3Settings>
,SdkBuilder<Eac3Settings.Builder,Eac3Settings>
,SdkPojo
- Enclosing class:
- Eac3Settings
public static interface Eac3Settings.Builder extends SdkPojo, CopyableBuilder<Eac3Settings.Builder,Eac3Settings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Eac3Settings.Builder
attenuationControl(String attenuationControl)
If set to ATTENUATE_3_DB, applies a 3 dB attenuation to the surround channels.Eac3Settings.Builder
attenuationControl(Eac3AttenuationControl attenuationControl)
If set to ATTENUATE_3_DB, applies a 3 dB attenuation to the surround channels.Eac3Settings.Builder
bitrate(Integer bitrate)
Specify the average bitrate in bits per second.Eac3Settings.Builder
bitstreamMode(String bitstreamMode)
Specify the bitstream mode for the E-AC-3 stream that the encoder emits.Eac3Settings.Builder
bitstreamMode(Eac3BitstreamMode bitstreamMode)
Specify the bitstream mode for the E-AC-3 stream that the encoder emits.Eac3Settings.Builder
codingMode(String codingMode)
Dolby Digital Plus coding mode.Eac3Settings.Builder
codingMode(Eac3CodingMode codingMode)
Dolby Digital Plus coding mode.Eac3Settings.Builder
dcFilter(String dcFilter)
Activates a DC highpass filter for all input channels.Eac3Settings.Builder
dcFilter(Eac3DcFilter dcFilter)
Activates a DC highpass filter for all input channels.Eac3Settings.Builder
dialnorm(Integer dialnorm)
Sets the dialnorm for the output.Eac3Settings.Builder
dynamicRangeCompressionLine(String dynamicRangeCompressionLine)
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode.Eac3Settings.Builder
dynamicRangeCompressionLine(Eac3DynamicRangeCompressionLine dynamicRangeCompressionLine)
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode.Eac3Settings.Builder
dynamicRangeCompressionRf(String dynamicRangeCompressionRf)
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode.Eac3Settings.Builder
dynamicRangeCompressionRf(Eac3DynamicRangeCompressionRf dynamicRangeCompressionRf)
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode.Eac3Settings.Builder
lfeControl(String lfeControl)
When encoding 3/2 audio, controls whether the LFE channel is enabledEac3Settings.Builder
lfeControl(Eac3LfeControl lfeControl)
When encoding 3/2 audio, controls whether the LFE channel is enabledEac3Settings.Builder
lfeFilter(String lfeFilter)
Applies a 120Hz lowpass filter to the LFE channel prior to encoding.Eac3Settings.Builder
lfeFilter(Eac3LfeFilter lfeFilter)
Applies a 120Hz lowpass filter to the LFE channel prior to encoding.Eac3Settings.Builder
loRoCenterMixLevel(Double loRoCenterMixLevel)
Specify a value for the following Dolby Digital Plus setting: Left only/Right only center mix.Eac3Settings.Builder
loRoSurroundMixLevel(Double loRoSurroundMixLevel)
Specify a value for the following Dolby Digital Plus setting: Left only/Right only.Eac3Settings.Builder
ltRtCenterMixLevel(Double ltRtCenterMixLevel)
Specify a value for the following Dolby Digital Plus setting: Left total/Right total center mix.Eac3Settings.Builder
ltRtSurroundMixLevel(Double ltRtSurroundMixLevel)
Specify a value for the following Dolby Digital Plus setting: Left total/Right total surround mix.Eac3Settings.Builder
metadataControl(String metadataControl)
When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data.Eac3Settings.Builder
metadataControl(Eac3MetadataControl metadataControl)
When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data.Eac3Settings.Builder
passthroughControl(String passthroughControl)
When set to WHEN_POSSIBLE, input DD+ audio will be passed through if it is present on the input.Eac3Settings.Builder
passthroughControl(Eac3PassthroughControl passthroughControl)
When set to WHEN_POSSIBLE, input DD+ audio will be passed through if it is present on the input.Eac3Settings.Builder
phaseControl(String phaseControl)
Controls the amount of phase-shift applied to the surround channels.Eac3Settings.Builder
phaseControl(Eac3PhaseControl phaseControl)
Controls the amount of phase-shift applied to the surround channels.Eac3Settings.Builder
sampleRate(Integer sampleRate)
This value is always 48000.Eac3Settings.Builder
stereoDownmix(String stereoDownmix)
Choose how the service does stereo downmixing.Eac3Settings.Builder
stereoDownmix(Eac3StereoDownmix stereoDownmix)
Choose how the service does stereo downmixing.Eac3Settings.Builder
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.Eac3Settings.Builder
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.Eac3Settings.Builder
surroundMode(String surroundMode)
When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.Eac3Settings.Builder
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.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 Detail
-
attenuationControl
Eac3Settings.Builder attenuationControl(String attenuationControl)
If set to ATTENUATE_3_DB, applies a 3 dB attenuation to the surround channels. Only used for 3/2 coding mode.- Parameters:
attenuationControl
- If set to ATTENUATE_3_DB, 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:
Eac3AttenuationControl
,Eac3AttenuationControl
-
attenuationControl
Eac3Settings.Builder attenuationControl(Eac3AttenuationControl attenuationControl)
If set to ATTENUATE_3_DB, applies a 3 dB attenuation to the surround channels. Only used for 3/2 coding mode.- Parameters:
attenuationControl
- If set to ATTENUATE_3_DB, 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:
Eac3AttenuationControl
,Eac3AttenuationControl
-
bitrate
Eac3Settings.Builder bitrate(Integer bitrate)
Specify the average bitrate in bits per second. The bitrate that you specify must be a multiple of 8000 within the allowed minimum and maximum values. Leave blank to use the default bitrate for the coding mode you select according ETSI TS 102 366. Valid bitrates for coding mode 1/0: Default: 96000. Minimum: 32000. Maximum: 3024000. Valid bitrates for coding mode 2/0: Default: 192000. Minimum: 96000. Maximum: 3024000. Valid bitrates for coding mode 3/2: Default: 384000. Minimum: 192000. Maximum: 3024000.- Parameters:
bitrate
- Specify the average bitrate in bits per second. The bitrate that you specify must be a multiple of 8000 within the allowed minimum and maximum values. Leave blank to use the default bitrate for the coding mode you select according ETSI TS 102 366. Valid bitrates for coding mode 1/0: Default: 96000. Minimum: 32000. Maximum: 3024000. Valid bitrates for coding mode 2/0: Default: 192000. Minimum: 96000. Maximum: 3024000. Valid bitrates for coding mode 3/2: Default: 384000. Minimum: 192000. Maximum: 3024000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bitstreamMode
Eac3Settings.Builder bitstreamMode(String bitstreamMode)
Specify the bitstream mode for the E-AC-3 stream that the encoder emits. For more information about the EAC3 bitstream mode, see ATSC A/52-2012 (Annex E).- Parameters:
bitstreamMode
- Specify the bitstream mode for the E-AC-3 stream that the encoder emits. For more information about the EAC3 bitstream mode, see ATSC A/52-2012 (Annex E).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Eac3BitstreamMode
,Eac3BitstreamMode
-
bitstreamMode
Eac3Settings.Builder bitstreamMode(Eac3BitstreamMode bitstreamMode)
Specify the bitstream mode for the E-AC-3 stream that the encoder emits. For more information about the EAC3 bitstream mode, see ATSC A/52-2012 (Annex E).- Parameters:
bitstreamMode
- Specify the bitstream mode for the E-AC-3 stream that the encoder emits. For more information about the EAC3 bitstream mode, see ATSC A/52-2012 (Annex E).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Eac3BitstreamMode
,Eac3BitstreamMode
-
codingMode
Eac3Settings.Builder codingMode(String codingMode)
Dolby 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:
Eac3CodingMode
,Eac3CodingMode
-
codingMode
Eac3Settings.Builder codingMode(Eac3CodingMode codingMode)
Dolby 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:
Eac3CodingMode
,Eac3CodingMode
-
dcFilter
Eac3Settings.Builder dcFilter(String dcFilter)
Activates a DC highpass filter for all input channels.- Parameters:
dcFilter
- 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:
Eac3DcFilter
,Eac3DcFilter
-
dcFilter
Eac3Settings.Builder dcFilter(Eac3DcFilter dcFilter)
Activates a DC highpass filter for all input channels.- Parameters:
dcFilter
- 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:
Eac3DcFilter
,Eac3DcFilter
-
dialnorm
Eac3Settings.Builder dialnorm(Integer dialnorm)
Sets 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.
-
dynamicRangeCompressionLine
Eac3Settings.Builder dynamicRangeCompressionLine(String dynamicRangeCompressionLine)
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.- Parameters:
dynamicRangeCompressionLine
- Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Eac3DynamicRangeCompressionLine
,Eac3DynamicRangeCompressionLine
-
dynamicRangeCompressionLine
Eac3Settings.Builder dynamicRangeCompressionLine(Eac3DynamicRangeCompressionLine dynamicRangeCompressionLine)
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.- Parameters:
dynamicRangeCompressionLine
- Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Eac3DynamicRangeCompressionLine
,Eac3DynamicRangeCompressionLine
-
dynamicRangeCompressionRf
Eac3Settings.Builder dynamicRangeCompressionRf(String dynamicRangeCompressionRf)
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.- Parameters:
dynamicRangeCompressionRf
- Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Eac3DynamicRangeCompressionRf
,Eac3DynamicRangeCompressionRf
-
dynamicRangeCompressionRf
Eac3Settings.Builder dynamicRangeCompressionRf(Eac3DynamicRangeCompressionRf dynamicRangeCompressionRf)
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.- Parameters:
dynamicRangeCompressionRf
- Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Eac3DynamicRangeCompressionRf
,Eac3DynamicRangeCompressionRf
-
lfeControl
Eac3Settings.Builder lfeControl(String lfeControl)
When encoding 3/2 audio, controls whether the LFE channel is enabled- Parameters:
lfeControl
- When encoding 3/2 audio, controls whether the LFE channel is enabled- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Eac3LfeControl
,Eac3LfeControl
-
lfeControl
Eac3Settings.Builder lfeControl(Eac3LfeControl lfeControl)
When encoding 3/2 audio, controls whether the LFE channel is enabled- Parameters:
lfeControl
- When encoding 3/2 audio, controls whether the LFE channel is enabled- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Eac3LfeControl
,Eac3LfeControl
-
lfeFilter
Eac3Settings.Builder lfeFilter(String lfeFilter)
Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.- Parameters:
lfeFilter
- Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Eac3LfeFilter
,Eac3LfeFilter
-
lfeFilter
Eac3Settings.Builder lfeFilter(Eac3LfeFilter lfeFilter)
Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.- Parameters:
lfeFilter
- Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Eac3LfeFilter
,Eac3LfeFilter
-
loRoCenterMixLevel
Eac3Settings.Builder loRoCenterMixLevel(Double loRoCenterMixLevel)
Specify a value for the following Dolby Digital Plus setting: Left only/Right only center mix. MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix. Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Left only/Right only center.- Parameters:
loRoCenterMixLevel
- Specify a value for the following Dolby Digital Plus setting: Left only/Right only center mix. MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix. Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Left only/Right only center.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRoSurroundMixLevel
Eac3Settings.Builder loRoSurroundMixLevel(Double loRoSurroundMixLevel)
Specify a value for the following Dolby Digital Plus setting: Left only/Right only. MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix. Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Left only/Right only surround.- Parameters:
loRoSurroundMixLevel
- Specify a value for the following Dolby Digital Plus setting: Left only/Right only. MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix. Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Left only/Right only surround.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ltRtCenterMixLevel
Eac3Settings.Builder ltRtCenterMixLevel(Double ltRtCenterMixLevel)
Specify a value for the following Dolby Digital Plus setting: Left total/Right total center mix. MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix. Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Left total/Right total center.- Parameters:
ltRtCenterMixLevel
- Specify a value for the following Dolby Digital Plus setting: Left total/Right total center mix. MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix. Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Left total/Right total center.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ltRtSurroundMixLevel
Eac3Settings.Builder ltRtSurroundMixLevel(Double ltRtSurroundMixLevel)
Specify a value for the following Dolby Digital Plus setting: Left total/Right total surround mix. MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix. Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Left total/Right total surround.- Parameters:
ltRtSurroundMixLevel
- Specify a value for the following Dolby Digital Plus setting: Left total/Right total surround mix. MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix. Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Left total/Right total surround.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataControl
Eac3Settings.Builder metadataControl(String metadataControl)
When set to FOLLOW_INPUT, 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 FOLLOW_INPUT, 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:
Eac3MetadataControl
,Eac3MetadataControl
-
metadataControl
Eac3Settings.Builder metadataControl(Eac3MetadataControl metadataControl)
When set to FOLLOW_INPUT, 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 FOLLOW_INPUT, 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:
Eac3MetadataControl
,Eac3MetadataControl
-
passthroughControl
Eac3Settings.Builder passthroughControl(String passthroughControl)
When set to WHEN_POSSIBLE, 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 WHEN_POSSIBLE, 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:
Eac3PassthroughControl
,Eac3PassthroughControl
-
passthroughControl
Eac3Settings.Builder passthroughControl(Eac3PassthroughControl passthroughControl)
When set to WHEN_POSSIBLE, 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 WHEN_POSSIBLE, 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:
Eac3PassthroughControl
,Eac3PassthroughControl
-
phaseControl
Eac3Settings.Builder phaseControl(String phaseControl)
Controls the amount of phase-shift applied to the surround channels. Only used for 3/2 coding mode.- Parameters:
phaseControl
- Controls the amount of phase-shift applied 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:
Eac3PhaseControl
,Eac3PhaseControl
-
phaseControl
Eac3Settings.Builder phaseControl(Eac3PhaseControl phaseControl)
Controls the amount of phase-shift applied to the surround channels. Only used for 3/2 coding mode.- Parameters:
phaseControl
- Controls the amount of phase-shift applied 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:
Eac3PhaseControl
,Eac3PhaseControl
-
sampleRate
Eac3Settings.Builder sampleRate(Integer sampleRate)
This value is always 48000. It represents the sample rate in Hz.- Parameters:
sampleRate
- This value is always 48000. It represents the sample rate in Hz.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stereoDownmix
Eac3Settings.Builder stereoDownmix(String stereoDownmix)
Choose how the service does stereo downmixing. This setting only applies if you keep the default value of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Stereo downmix.- Parameters:
stereoDownmix
- Choose how the service does stereo downmixing. This setting only applies if you keep the default value of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Stereo downmix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Eac3StereoDownmix
,Eac3StereoDownmix
-
stereoDownmix
Eac3Settings.Builder stereoDownmix(Eac3StereoDownmix stereoDownmix)
Choose how the service does stereo downmixing. This setting only applies if you keep the default value of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Stereo downmix.- Parameters:
stereoDownmix
- Choose how the service does stereo downmixing. This setting only applies if you keep the default value of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Stereo downmix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Eac3StereoDownmix
,Eac3StereoDownmix
-
surroundExMode
Eac3Settings.Builder 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.- 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:
Eac3SurroundExMode
,Eac3SurroundExMode
-
surroundExMode
Eac3Settings.Builder 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.- 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:
Eac3SurroundExMode
,Eac3SurroundExMode
-
surroundMode
Eac3Settings.Builder surroundMode(String surroundMode)
When 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:
Eac3SurroundMode
,Eac3SurroundMode
-
surroundMode
Eac3Settings.Builder surroundMode(Eac3SurroundMode surroundMode)
When 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:
Eac3SurroundMode
,Eac3SurroundMode
-
-