| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
AacSettings |
AacSettings.clone() |
AacSettings |
AudioCodecSettings.getAacSettings()
Required when you set Codec to the value AAC.
|
AacSettings |
AacSettings.withAudioDescriptionBroadcasterMix(AacAudioDescriptionBroadcasterMix audioDescriptionBroadcasterMix)
Choose BROADCASTER_MIXED_AD when the input contains pre-mixed main audio + audio description (AD) as a stereo
pair.
|
AacSettings |
AacSettings.withAudioDescriptionBroadcasterMix(String audioDescriptionBroadcasterMix)
Choose BROADCASTER_MIXED_AD when the input contains pre-mixed main audio + audio description (AD) as a stereo
pair.
|
AacSettings |
AacSettings.withBitrate(Integer bitrate)
Specify the average bitrate in bits per second.
|
AacSettings |
AacSettings.withCodecProfile(AacCodecProfile codecProfile)
AAC Profile.
|
AacSettings |
AacSettings.withCodecProfile(String codecProfile)
AAC Profile.
|
AacSettings |
AacSettings.withCodingMode(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 |
AacSettings.withCodingMode(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 |
AacSettings.withRateControlMode(AacRateControlMode rateControlMode)
Rate Control Mode.
|
AacSettings |
AacSettings.withRateControlMode(String rateControlMode)
Rate Control Mode.
|
AacSettings |
AacSettings.withRawFormat(AacRawFormat rawFormat)
Enables LATM/LOAS AAC output.
|
AacSettings |
AacSettings.withRawFormat(String rawFormat)
Enables LATM/LOAS AAC output.
|
AacSettings |
AacSettings.withSampleRate(Integer sampleRate)
Specify the Sample rate in Hz.
|
AacSettings |
AacSettings.withSpecification(AacSpecification specification)
Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.
|
AacSettings |
AacSettings.withSpecification(String specification)
Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.
|
AacSettings |
AacSettings.withVbrQuality(AacVbrQuality vbrQuality)
VBR Quality Level - Only used if rate_control_mode is VBR.
|
AacSettings |
AacSettings.withVbrQuality(String vbrQuality)
VBR Quality Level - Only used if rate_control_mode is VBR.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioCodecSettings.setAacSettings(AacSettings aacSettings)
Required when you set Codec to the value AAC.
|
AudioCodecSettings |
AudioCodecSettings.withAacSettings(AacSettings aacSettings)
Required when you set Codec to the value AAC.
|
Copyright © 2024. All rights reserved.