Interface AacSettings.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AacSettings.Builder,AacSettings>
,SdkBuilder<AacSettings.Builder,AacSettings>
,SdkPojo
- Enclosing class:
- AacSettings
public static interface AacSettings.Builder extends SdkPojo, CopyableBuilder<AacSettings.Builder,AacSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AacSettings.Builder
audioDescriptionBroadcasterMix(String audioDescriptionBroadcasterMix)
Choose BROADCASTER_MIXED_AD when the input contains pre-mixed main audio + audio description (AD) as a stereo pair.AacSettings.Builder
audioDescriptionBroadcasterMix(AacAudioDescriptionBroadcasterMix audioDescriptionBroadcasterMix)
Choose BROADCASTER_MIXED_AD when the input contains pre-mixed main audio + audio description (AD) as a stereo pair.AacSettings.Builder
bitrate(Integer bitrate)
Specify the average bitrate in bits per second.AacSettings.Builder
codecProfile(String codecProfile)
Specify the AAC profile.AacSettings.Builder
codecProfile(AacCodecProfile codecProfile)
Specify the AAC profile.AacSettings.Builder
codingMode(String codingMode)
The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output.AacSettings.Builder
codingMode(AacCodingMode codingMode)
The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output.AacSettings.Builder
rateControlMode(String rateControlMode)
Specify the AAC rate control mode.AacSettings.Builder
rateControlMode(AacRateControlMode rateControlMode)
Specify the AAC rate control mode.AacSettings.Builder
rawFormat(String rawFormat)
Enables LATM/LOAS AAC output.AacSettings.Builder
rawFormat(AacRawFormat rawFormat)
Enables LATM/LOAS AAC output.AacSettings.Builder
sampleRate(Integer sampleRate)
Specify the AAC sample rate in samples per second (Hz).AacSettings.Builder
specification(String specification)
Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.AacSettings.Builder
specification(AacSpecification specification)
Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.AacSettings.Builder
vbrQuality(String vbrQuality)
Specify the quality of your variable bitrate (VBR) AAC audio.AacSettings.Builder
vbrQuality(AacVbrQuality vbrQuality)
Specify the quality of your variable bitrate (VBR) AAC audio.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
audioDescriptionBroadcasterMix
AacSettings.Builder audioDescriptionBroadcasterMix(String audioDescriptionBroadcasterMix)
Choose BROADCASTER_MIXED_AD when the input contains pre-mixed main audio + audio description (AD) as a stereo pair. The value for AudioType will be set to 3, which signals to downstream systems that this stream contains "broadcaster mixed AD". Note that the input received by the encoder must contain pre-mixed audio; the encoder does not perform the mixing. When you choose BROADCASTER_MIXED_AD, the encoder ignores any values you provide in AudioType and FollowInputAudioType. Choose NORMAL when the input does not contain pre-mixed audio + audio description (AD). In this case, the encoder will use any values you provide for AudioType and FollowInputAudioType.- Parameters:
audioDescriptionBroadcasterMix
- Choose BROADCASTER_MIXED_AD when the input contains pre-mixed main audio + audio description (AD) as a stereo pair. The value for AudioType will be set to 3, which signals to downstream systems that this stream contains "broadcaster mixed AD". Note that the input received by the encoder must contain pre-mixed audio; the encoder does not perform the mixing. When you choose BROADCASTER_MIXED_AD, the encoder ignores any values you provide in AudioType and FollowInputAudioType. Choose NORMAL when the input does not contain pre-mixed audio + audio description (AD). In this case, the encoder will use any values you provide for AudioType and FollowInputAudioType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AacAudioDescriptionBroadcasterMix
,AacAudioDescriptionBroadcasterMix
-
audioDescriptionBroadcasterMix
AacSettings.Builder audioDescriptionBroadcasterMix(AacAudioDescriptionBroadcasterMix audioDescriptionBroadcasterMix)
Choose BROADCASTER_MIXED_AD when the input contains pre-mixed main audio + audio description (AD) as a stereo pair. The value for AudioType will be set to 3, which signals to downstream systems that this stream contains "broadcaster mixed AD". Note that the input received by the encoder must contain pre-mixed audio; the encoder does not perform the mixing. When you choose BROADCASTER_MIXED_AD, the encoder ignores any values you provide in AudioType and FollowInputAudioType. Choose NORMAL when the input does not contain pre-mixed audio + audio description (AD). In this case, the encoder will use any values you provide for AudioType and FollowInputAudioType.- Parameters:
audioDescriptionBroadcasterMix
- Choose BROADCASTER_MIXED_AD when the input contains pre-mixed main audio + audio description (AD) as a stereo pair. The value for AudioType will be set to 3, which signals to downstream systems that this stream contains "broadcaster mixed AD". Note that the input received by the encoder must contain pre-mixed audio; the encoder does not perform the mixing. When you choose BROADCASTER_MIXED_AD, the encoder ignores any values you provide in AudioType and FollowInputAudioType. Choose NORMAL when the input does not contain pre-mixed audio + audio description (AD). In this case, the encoder will use any values you provide for AudioType and FollowInputAudioType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AacAudioDescriptionBroadcasterMix
,AacAudioDescriptionBroadcasterMix
-
bitrate
AacSettings.Builder bitrate(Integer bitrate)
Specify the average bitrate in bits per second. The set of valid values for this setting is: 6000, 8000, 10000, 12000, 14000, 16000, 20000, 24000, 28000, 32000, 40000, 48000, 56000, 64000, 80000, 96000, 112000, 128000, 160000, 192000, 224000, 256000, 288000, 320000, 384000, 448000, 512000, 576000, 640000, 768000, 896000, 1024000. The value you set is also constrained by the values that you choose for Profile, Bitrate control mode, and Sample rate. Default values depend on Bitrate control mode and Profile.- Parameters:
bitrate
- Specify the average bitrate in bits per second. The set of valid values for this setting is: 6000, 8000, 10000, 12000, 14000, 16000, 20000, 24000, 28000, 32000, 40000, 48000, 56000, 64000, 80000, 96000, 112000, 128000, 160000, 192000, 224000, 256000, 288000, 320000, 384000, 448000, 512000, 576000, 640000, 768000, 896000, 1024000. The value you set is also constrained by the values that you choose for Profile, Bitrate control mode, and Sample rate. Default values depend on Bitrate control mode and Profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codecProfile
AacSettings.Builder codecProfile(String codecProfile)
Specify the AAC profile. For the widest player compatibility and where higher bitrates are acceptable: Keep the default profile, LC (AAC-LC) For improved audio performance at lower bitrates: Choose HEV1 or HEV2. HEV1 (AAC-HE v1) adds spectral band replication to improve speech audio at low bitrates. HEV2 (AAC-HE v2) adds parametric stereo, which optimizes for encoding stereo audio at very low bitrates.- Parameters:
codecProfile
- Specify the AAC profile. For the widest player compatibility and where higher bitrates are acceptable: Keep the default profile, LC (AAC-LC) For improved audio performance at lower bitrates: Choose HEV1 or HEV2. HEV1 (AAC-HE v1) adds spectral band replication to improve speech audio at low bitrates. HEV2 (AAC-HE v2) adds parametric stereo, which optimizes for encoding stereo audio at very low bitrates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AacCodecProfile
,AacCodecProfile
-
codecProfile
AacSettings.Builder codecProfile(AacCodecProfile codecProfile)
Specify the AAC profile. For the widest player compatibility and where higher bitrates are acceptable: Keep the default profile, LC (AAC-LC) For improved audio performance at lower bitrates: Choose HEV1 or HEV2. HEV1 (AAC-HE v1) adds spectral band replication to improve speech audio at low bitrates. HEV2 (AAC-HE v2) adds parametric stereo, which optimizes for encoding stereo audio at very low bitrates.- Parameters:
codecProfile
- Specify the AAC profile. For the widest player compatibility and where higher bitrates are acceptable: Keep the default profile, LC (AAC-LC) For improved audio performance at lower bitrates: Choose HEV1 or HEV2. HEV1 (AAC-HE v1) adds spectral band replication to improve speech audio at low bitrates. HEV2 (AAC-HE v2) adds parametric stereo, which optimizes for encoding stereo audio at very low bitrates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AacCodecProfile
,AacCodecProfile
-
codingMode
AacSettings.Builder codingMode(String codingMode)
The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output. Valid coding modes depend on the Rate control mode and Profile that you select. The following list shows the number of audio channels and channel layout for each coding mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio description data from your stereo input. For more information see ETSI TS 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. * 5.1 Surround: Six channels, C, L, R, Ls, Rs, LFE.- Parameters:
codingMode
- The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output. Valid coding modes depend on the Rate control mode and Profile that you select. The following list shows the number of audio channels and channel layout for each coding mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio description data from your stereo input. For more information see ETSI TS 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. * 5.1 Surround: Six channels, C, L, R, Ls, Rs, LFE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AacCodingMode
,AacCodingMode
-
codingMode
AacSettings.Builder codingMode(AacCodingMode codingMode)
The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output. Valid coding modes depend on the Rate control mode and Profile that you select. The following list shows the number of audio channels and channel layout for each coding mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio description data from your stereo input. For more information see ETSI TS 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. * 5.1 Surround: Six channels, C, L, R, Ls, Rs, LFE.- Parameters:
codingMode
- The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output. Valid coding modes depend on the Rate control mode and Profile that you select. The following list shows the number of audio channels and channel layout for each coding mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio description data from your stereo input. For more information see ETSI TS 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. * 5.1 Surround: Six channels, C, L, R, Ls, Rs, LFE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AacCodingMode
,AacCodingMode
-
rateControlMode
AacSettings.Builder rateControlMode(String rateControlMode)
Specify the AAC rate control mode. For a constant bitrate: Choose CBR. Your AAC output bitrate will be equal to the value that you choose for Bitrate. For a variable bitrate: Choose VBR. Your AAC output bitrate will vary according to your audio content and the value that you choose for Bitrate quality.- Parameters:
rateControlMode
- Specify the AAC rate control mode. For a constant bitrate: Choose CBR. Your AAC output bitrate will be equal to the value that you choose for Bitrate. For a variable bitrate: Choose VBR. Your AAC output bitrate will vary according to your audio content and the value that you choose for Bitrate quality.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AacRateControlMode
,AacRateControlMode
-
rateControlMode
AacSettings.Builder rateControlMode(AacRateControlMode rateControlMode)
Specify the AAC rate control mode. For a constant bitrate: Choose CBR. Your AAC output bitrate will be equal to the value that you choose for Bitrate. For a variable bitrate: Choose VBR. Your AAC output bitrate will vary according to your audio content and the value that you choose for Bitrate quality.- Parameters:
rateControlMode
- Specify the AAC rate control mode. For a constant bitrate: Choose CBR. Your AAC output bitrate will be equal to the value that you choose for Bitrate. For a variable bitrate: Choose VBR. Your AAC output bitrate will vary according to your audio content and the value that you choose for Bitrate quality.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AacRateControlMode
,AacRateControlMode
-
rawFormat
AacSettings.Builder rawFormat(String rawFormat)
Enables LATM/LOAS AAC output. Note that if you use LATM/LOAS AAC in an output, you must choose "No container" for the output container.- Parameters:
rawFormat
- Enables LATM/LOAS AAC output. Note that if you use LATM/LOAS AAC in an output, you must choose "No container" for the output container.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AacRawFormat
,AacRawFormat
-
rawFormat
AacSettings.Builder rawFormat(AacRawFormat rawFormat)
Enables LATM/LOAS AAC output. Note that if you use LATM/LOAS AAC in an output, you must choose "No container" for the output container.- Parameters:
rawFormat
- Enables LATM/LOAS AAC output. Note that if you use LATM/LOAS AAC in an output, you must choose "No container" for the output container.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AacRawFormat
,AacRawFormat
-
sampleRate
AacSettings.Builder sampleRate(Integer sampleRate)
Specify the AAC sample rate in samples per second (Hz). Valid sample rates depend on the AAC profile and Coding mode that you select. For a list of supported sample rates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html- Parameters:
sampleRate
- Specify the AAC sample rate in samples per second (Hz). Valid sample rates depend on the AAC profile and Coding mode that you select. For a list of supported sample rates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
specification
AacSettings.Builder specification(String specification)
Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.- Parameters:
specification
- Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AacSpecification
,AacSpecification
-
specification
AacSettings.Builder specification(AacSpecification specification)
Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.- Parameters:
specification
- Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AacSpecification
,AacSpecification
-
vbrQuality
AacSettings.Builder vbrQuality(String vbrQuality)
Specify the quality of your variable bitrate (VBR) AAC audio. For a list of approximate VBR bitrates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html#aac_vbr- Parameters:
vbrQuality
- Specify the quality of your variable bitrate (VBR) AAC audio. For a list of approximate VBR bitrates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html#aac_vbr- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AacVbrQuality
,AacVbrQuality
-
vbrQuality
AacSettings.Builder vbrQuality(AacVbrQuality vbrQuality)
Specify the quality of your variable bitrate (VBR) AAC audio. For a list of approximate VBR bitrates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html#aac_vbr- Parameters:
vbrQuality
- Specify the quality of your variable bitrate (VBR) AAC audio. For a list of approximate VBR bitrates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html#aac_vbr- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AacVbrQuality
,AacVbrQuality
-
-