| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static Mp3RateControlMode |
Mp3RateControlMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Mp3RateControlMode |
Mp3Settings.rateControlMode()
Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate
(VBR).
|
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 |
|---|---|
static Set<Mp3RateControlMode> |
Mp3RateControlMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Mp3Settings.Builder |
Mp3Settings.Builder.rateControlMode(Mp3RateControlMode rateControlMode)
Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate
(VBR).
|
Copyright © 2023. All rights reserved.