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 TypeMethodDescriptionSpecify the average bitrate for this output in bits per second.bitstreamMode
(String bitstreamMode) Specify the bitstream mode for the E-AC-3 stream that the encoder emits.bitstreamMode
(Eac3AtmosBitstreamMode bitstreamMode) Specify the bitstream mode for the E-AC-3 stream that the encoder emits.codingMode
(String codingMode) The coding mode for Dolby Digital Plus JOC (Atmos).codingMode
(Eac3AtmosCodingMode codingMode) The coding mode for Dolby Digital Plus JOC (Atmos).dialogueIntelligence
(String dialogueIntelligence) Enable Dolby Dialogue Intelligence to adjust loudness based on dialogue analysis.dialogueIntelligence
(Eac3AtmosDialogueIntelligence dialogueIntelligence) Enable Dolby Dialogue Intelligence to adjust loudness based on dialogue analysis.downmixControl
(String downmixControl) Specify whether MediaConvert should use any downmix metadata from your input file.downmixControl
(Eac3AtmosDownmixControl downmixControl) Specify whether MediaConvert should use any downmix metadata from your input file.dynamicRangeCompressionLine
(String dynamicRangeCompressionLine) Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby stream for the line operating mode.dynamicRangeCompressionLine
(Eac3AtmosDynamicRangeCompressionLine dynamicRangeCompressionLine) Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby stream for the line operating mode.dynamicRangeCompressionRf
(String dynamicRangeCompressionRf) Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby stream for the RF operating mode.dynamicRangeCompressionRf
(Eac3AtmosDynamicRangeCompressionRf dynamicRangeCompressionRf) Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby stream for the RF operating mode.dynamicRangeControl
(String dynamicRangeControl) Specify whether MediaConvert should use any dynamic range control metadata from your input file.dynamicRangeControl
(Eac3AtmosDynamicRangeControl dynamicRangeControl) Specify whether MediaConvert should use any dynamic range control metadata from your input file.loRoCenterMixLevel
(Double loRoCenterMixLevel) Specify a value for the following Dolby Atmos setting: Left only/Right only center mix (Lo/Ro center).loRoSurroundMixLevel
(Double loRoSurroundMixLevel) Specify a value for the following Dolby Atmos setting: Left only/Right only.ltRtCenterMixLevel
(Double ltRtCenterMixLevel) Specify a value for the following Dolby Atmos setting: Left total/Right total center mix (Lt/Rt center).ltRtSurroundMixLevel
(Double ltRtSurroundMixLevel) Specify a value for the following Dolby Atmos setting: Left total/Right total surround mix (Lt/Rt surround).meteringMode
(String meteringMode) Choose how the service meters the loudness of your audio.meteringMode
(Eac3AtmosMeteringMode meteringMode) Choose how the service meters the loudness of your audio.sampleRate
(Integer sampleRate) This value is always 48000.speechThreshold
(Integer speechThreshold) Specify the percentage of audio content, from 0% to 100%, that must be speech in order for the encoder to use the measured speech loudness as the overall program loudness.stereoDownmix
(String stereoDownmix) Choose how the service does stereo downmixing.stereoDownmix
(Eac3AtmosStereoDownmix stereoDownmix) Choose how the service does stereo downmixing.surroundExMode
(String surroundExMode) Specify whether your input audio has an additional center rear surround channel matrix encoded into your left and right surround channels.surroundExMode
(Eac3AtmosSurroundExMode surroundExMode) Specify whether your input audio has an additional center rear surround channel matrix encoded into your left and right surround 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 Details
-
bitrate
Specify the average bitrate for this output in bits per second. Valid values: 384k, 448k, 576k, 640k, 768k, 1024k Default value: 448k Note that MediaConvert supports 384k only with channel-based immersive (CBI) 7.1.4 and 5.1.4 inputs. For CBI 9.1.6 and other input types, MediaConvert automatically increases your output bitrate to 448k.- Parameters:
bitrate
- Specify the average bitrate for this output in bits per second. Valid values: 384k, 448k, 576k, 640k, 768k, 1024k Default value: 448k Note that MediaConvert supports 384k only with channel-based immersive (CBI) 7.1.4 and 5.1.4 inputs. For CBI 9.1.6 and other input types, MediaConvert automatically increases your output bitrate to 448k.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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:
-
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:
-
codingMode
The coding mode for Dolby Digital Plus JOC (Atmos).- Parameters:
codingMode
- The coding mode for Dolby Digital Plus JOC (Atmos).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
codingMode
The coding mode for Dolby Digital Plus JOC (Atmos).- Parameters:
codingMode
- The coding mode for Dolby Digital Plus JOC (Atmos).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dialogueIntelligence
Enable Dolby Dialogue Intelligence to adjust loudness based on dialogue analysis.- Parameters:
dialogueIntelligence
- Enable Dolby Dialogue Intelligence to adjust loudness based on dialogue analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dialogueIntelligence
Enable Dolby Dialogue Intelligence to adjust loudness based on dialogue analysis.- Parameters:
dialogueIntelligence
- Enable Dolby Dialogue Intelligence to adjust loudness based on dialogue analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
downmixControl
Specify whether MediaConvert should use any downmix metadata from your input file. Keep the default value, Custom to provide downmix values in your job settings. Choose Follow source to use the metadata from your input. Related settings--Use these settings to specify your downmix values: Left only/Right only surround, Left total/Right total surround, Left total/Right total center, Left only/Right only center, and Stereo downmix. When you keep Custom for Downmix control and you don't specify values for the related settings, MediaConvert uses default values for those settings.- Parameters:
downmixControl
- Specify whether MediaConvert should use any downmix metadata from your input file. Keep the default value, Custom to provide downmix values in your job settings. Choose Follow source to use the metadata from your input. Related settings--Use these settings to specify your downmix values: Left only/Right only surround, Left total/Right total surround, Left total/Right total center, Left only/Right only center, and Stereo downmix. When you keep Custom for Downmix control and you don't specify values for the related settings, MediaConvert uses default values for those settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
downmixControl
Specify whether MediaConvert should use any downmix metadata from your input file. Keep the default value, Custom to provide downmix values in your job settings. Choose Follow source to use the metadata from your input. Related settings--Use these settings to specify your downmix values: Left only/Right only surround, Left total/Right total surround, Left total/Right total center, Left only/Right only center, and Stereo downmix. When you keep Custom for Downmix control and you don't specify values for the related settings, MediaConvert uses default values for those settings.- Parameters:
downmixControl
- Specify whether MediaConvert should use any downmix metadata from your input file. Keep the default value, Custom to provide downmix values in your job settings. Choose Follow source to use the metadata from your input. Related settings--Use these settings to specify your downmix values: Left only/Right only surround, Left total/Right total surround, Left total/Right total center, Left only/Right only center, and Stereo downmix. When you keep Custom for Downmix control and you don't specify values for the related settings, MediaConvert uses default values for those settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dynamicRangeCompressionLine
Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby stream for the line operating mode. Default value: Film light Related setting: To have MediaConvert use the value you specify here, keep the default value, Custom for the setting Dynamic range control. Otherwise, MediaConvert ignores Dynamic range compression line. For information about the Dolby 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 dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby stream for the line operating mode. Default value: Film light Related setting: To have MediaConvert use the value you specify here, keep the default value, Custom for the setting Dynamic range control. Otherwise, MediaConvert ignores Dynamic range compression line. For information about the Dolby 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:
-
dynamicRangeCompressionLine
Eac3AtmosSettings.Builder dynamicRangeCompressionLine(Eac3AtmosDynamicRangeCompressionLine dynamicRangeCompressionLine) Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby stream for the line operating mode. Default value: Film light Related setting: To have MediaConvert use the value you specify here, keep the default value, Custom for the setting Dynamic range control. Otherwise, MediaConvert ignores Dynamic range compression line. For information about the Dolby 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 dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby stream for the line operating mode. Default value: Film light Related setting: To have MediaConvert use the value you specify here, keep the default value, Custom for the setting Dynamic range control. Otherwise, MediaConvert ignores Dynamic range compression line. For information about the Dolby 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:
-
dynamicRangeCompressionRf
Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby stream for the RF operating mode. Default value: Film light Related setting: To have MediaConvert use the value you specify here, keep the default value, Custom for the setting Dynamic range control. Otherwise, MediaConvert ignores Dynamic range compression RF. For information about the Dolby 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 dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby stream for the RF operating mode. Default value: Film light Related setting: To have MediaConvert use the value you specify here, keep the default value, Custom for the setting Dynamic range control. Otherwise, MediaConvert ignores Dynamic range compression RF. For information about the Dolby 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:
-
dynamicRangeCompressionRf
Eac3AtmosSettings.Builder dynamicRangeCompressionRf(Eac3AtmosDynamicRangeCompressionRf dynamicRangeCompressionRf) Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby stream for the RF operating mode. Default value: Film light Related setting: To have MediaConvert use the value you specify here, keep the default value, Custom for the setting Dynamic range control. Otherwise, MediaConvert ignores Dynamic range compression RF. For information about the Dolby 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 dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby stream for the RF operating mode. Default value: Film light Related setting: To have MediaConvert use the value you specify here, keep the default value, Custom for the setting Dynamic range control. Otherwise, MediaConvert ignores Dynamic range compression RF. For information about the Dolby 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:
-
dynamicRangeControl
Specify whether MediaConvert should use any dynamic range control metadata from your input file. Keep the default value, Custom, to provide dynamic range control values in your job settings. Choose Follow source to use the metadata from your input. Related settings--Use these settings to specify your dynamic range control values: Dynamic range compression line and Dynamic range compression RF. When you keep the value Custom for Dynamic range control and you don't specify values for the related settings, MediaConvert uses default values for those settings.- Parameters:
dynamicRangeControl
- Specify whether MediaConvert should use any dynamic range control metadata from your input file. Keep the default value, Custom, to provide dynamic range control values in your job settings. Choose Follow source to use the metadata from your input. Related settings--Use these settings to specify your dynamic range control values: Dynamic range compression line and Dynamic range compression RF. When you keep the value Custom for Dynamic range control and you don't specify values for the related settings, MediaConvert uses default values for those settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dynamicRangeControl
Specify whether MediaConvert should use any dynamic range control metadata from your input file. Keep the default value, Custom, to provide dynamic range control values in your job settings. Choose Follow source to use the metadata from your input. Related settings--Use these settings to specify your dynamic range control values: Dynamic range compression line and Dynamic range compression RF. When you keep the value Custom for Dynamic range control and you don't specify values for the related settings, MediaConvert uses default values for those settings.- Parameters:
dynamicRangeControl
- Specify whether MediaConvert should use any dynamic range control metadata from your input file. Keep the default value, Custom, to provide dynamic range control values in your job settings. Choose Follow source to use the metadata from your input. Related settings--Use these settings to specify your dynamic range control values: Dynamic range compression line and Dynamic range compression RF. When you keep the value Custom for Dynamic range control and you don't specify values for the related settings, MediaConvert uses default values for those settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
loRoCenterMixLevel
Specify a value for the following Dolby Atmos setting: Left only/Right only center mix (Lo/Ro center). MediaConvert uses this value for downmixing. Default value: -3 dB. Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0. Related setting: How the service uses this value depends on the value that you choose for Stereo downmix. Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, MediaConvert ignores Left only/Right only center.- Parameters:
loRoCenterMixLevel
- Specify a value for the following Dolby Atmos setting: Left only/Right only center mix (Lo/Ro center). MediaConvert uses this value for downmixing. Default value: -3 dB. Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0. Related setting: How the service uses this value depends on the value that you choose for Stereo downmix. Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, MediaConvert ignores Left only/Right only center.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRoSurroundMixLevel
Specify a value for the following Dolby Atmos setting: Left only/Right only. MediaConvert uses this value for downmixing. Default value: -3 dB. Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. Related setting: How the service uses this value depends on the value that you choose for Stereo downmix. Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, MediaConvert ignores Left only/Right only surround.- Parameters:
loRoSurroundMixLevel
- Specify a value for the following Dolby Atmos setting: Left only/Right only. MediaConvert uses this value for downmixing. Default value: -3 dB. Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. Related setting: How the service uses this value depends on the value that you choose for Stereo downmix. Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, MediaConvert ignores Left only/Right only surround.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ltRtCenterMixLevel
Specify a value for the following Dolby Atmos setting: Left total/Right total center mix (Lt/Rt center). MediaConvert uses this value for downmixing. Default value: -3 dB Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0. Related setting: How the service uses this value depends on the value that you choose for Stereo downmix. Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, MediaConvert ignores Left total/Right total center.- Parameters:
ltRtCenterMixLevel
- Specify a value for the following Dolby Atmos setting: Left total/Right total center mix (Lt/Rt center). MediaConvert uses this value for downmixing. Default value: -3 dB Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0. Related setting: How the service uses this value depends on the value that you choose for Stereo downmix. Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, MediaConvert ignores Left total/Right total center.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ltRtSurroundMixLevel
Specify a value for the following Dolby Atmos setting: Left total/Right total surround mix (Lt/Rt surround). MediaConvert uses this value for downmixing. Default value: -3 dB Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. Related setting: How the service uses this value depends on the value that you choose for Stereo downmix. Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, the service ignores Left total/Right total surround.- Parameters:
ltRtSurroundMixLevel
- Specify a value for the following Dolby Atmos setting: Left total/Right total surround mix (Lt/Rt surround). MediaConvert uses this value for downmixing. Default value: -3 dB Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. Related setting: How the service uses this value depends on the value that you choose for Stereo downmix. Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, the service ignores Left total/Right total surround.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meteringMode
Choose how the service meters the loudness of your audio.- Parameters:
meteringMode
- Choose how the service meters the loudness of your audio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
meteringMode
Choose how the service meters the loudness of your audio.- Parameters:
meteringMode
- Choose how the service meters the loudness of your audio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
speechThreshold
Specify the percentage of audio content, from 0% to 100%, that must be speech in order for the encoder to use the measured speech loudness as the overall program loudness. Default value: 15%- Parameters:
speechThreshold
- Specify the percentage of audio content, from 0% to 100%, that must be speech in order for the encoder to use the measured speech loudness as the overall program loudness. Default value: 15%- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stereoDownmix
Choose how the service does stereo downmixing. Default value: Not indicated Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, MediaConvert ignores Stereo downmix.- Parameters:
stereoDownmix
- Choose how the service does stereo downmixing. Default value: Not indicated Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, MediaConvert ignores Stereo downmix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stereoDownmix
Choose how the service does stereo downmixing. Default value: Not indicated Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, MediaConvert ignores Stereo downmix.- Parameters:
stereoDownmix
- Choose how the service does stereo downmixing. Default value: Not indicated Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, MediaConvert ignores Stereo downmix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
surroundExMode
Specify whether your input audio has an additional center rear surround channel matrix encoded into your left and right surround channels.- Parameters:
surroundExMode
- Specify whether your input audio has an additional center rear surround channel matrix encoded into your left and right surround channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
surroundExMode
Specify whether your input audio has an additional center rear surround channel matrix encoded into your left and right surround channels.- Parameters:
surroundExMode
- Specify whether your input audio has an additional center rear surround channel matrix encoded into your left and right surround channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-