| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static AacSpecification |
AacSpecification.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AacSpecification |
AacSettings.specification()
Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.
|
static AacSpecification |
AacSpecification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AacSpecification[] |
AacSpecification.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<AacSpecification> |
AacSpecification.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AacSettings.Builder |
AacSettings.Builder.specification(AacSpecification specification)
Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.
|
Copyright © 2023. All rights reserved.