Package | Description |
---|---|
software.amazon.awssdk.services.mediaconvert.model |
Modifier and Type | Method and Description |
---|---|
AacCodingMode |
AacSettings.codingMode()
Mono (Audio Description), Mono, Stereo, or 5.1 channel layout.
|
static AacCodingMode |
AacCodingMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AacCodingMode |
AacCodingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AacCodingMode[] |
AacCodingMode.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<AacCodingMode> |
AacCodingMode.knownValues()
|
Modifier and Type | Method and Description |
---|---|
AacSettings.Builder |
AacSettings.Builder.codingMode(AacCodingMode codingMode)
Mono (Audio Description), Mono, Stereo, or 5.1 channel layout.
|
Copyright © 2021. All rights reserved.