| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static Mp3RateControlMode |
Mp3RateControlMode.fromValue(String value)
Use this in place of valueOf.
|
static Mp3RateControlMode |
Mp3RateControlMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mp3RateControlMode[] |
Mp3RateControlMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Mp3Settings |
Mp3Settings.withRateControlMode(Mp3RateControlMode rateControlMode)
Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate
(VBR).
|
Copyright © 2025. All rights reserved.