| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
AacAudioDescriptionBroadcasterMix |
AacSettings.audioDescriptionBroadcasterMix()
Choose BROADCASTER_MIXED_AD when the input contains pre-mixed main audio + audio description (AD) as a stereo
pair.
|
static AacAudioDescriptionBroadcasterMix |
AacAudioDescriptionBroadcasterMix.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AacAudioDescriptionBroadcasterMix |
AacAudioDescriptionBroadcasterMix.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AacAudioDescriptionBroadcasterMix[] |
AacAudioDescriptionBroadcasterMix.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<AacAudioDescriptionBroadcasterMix> |
AacAudioDescriptionBroadcasterMix.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AacSettings.Builder |
AacSettings.Builder.audioDescriptionBroadcasterMix(AacAudioDescriptionBroadcasterMix audioDescriptionBroadcasterMix)
Choose BROADCASTER_MIXED_AD when the input contains pre-mixed main audio + audio description (AD) as a stereo
pair.
|
Copyright © 2023. All rights reserved.