| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Mp3Settings |
Mp3Settings.clone() |
Mp3Settings |
AudioCodecSettings.getMp3Settings()
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value MP3.
|
Mp3Settings |
Mp3Settings.withBitrate(Integer bitrate)
Specify the average bitrate in bits per second.
|
Mp3Settings |
Mp3Settings.withChannels(Integer channels)
Specify the number of channels in this output audio track.
|
Mp3Settings |
Mp3Settings.withRateControlMode(Mp3RateControlMode rateControlMode)
Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate
(VBR).
|
Mp3Settings |
Mp3Settings.withRateControlMode(String rateControlMode)
Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate
(VBR).
|
Mp3Settings |
Mp3Settings.withSampleRate(Integer sampleRate)
Sample rate in Hz.
|
Mp3Settings |
Mp3Settings.withVbrQuality(Integer vbrQuality)
Required when you set Bitrate control mode to VBR.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioCodecSettings.setMp3Settings(Mp3Settings mp3Settings)
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value MP3.
|
AudioCodecSettings |
AudioCodecSettings.withMp3Settings(Mp3Settings mp3Settings)
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value MP3.
|
Copyright © 2024. All rights reserved.