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