| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
AudioNormalizationAlgorithm |
AudioNormalizationSettings.algorithm()
Choose one of the following audio normalization algorithms: ITU-R BS.1770-1: Ungated loudness.
|
static AudioNormalizationAlgorithm |
AudioNormalizationAlgorithm.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AudioNormalizationAlgorithm |
AudioNormalizationAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudioNormalizationAlgorithm[] |
AudioNormalizationAlgorithm.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<AudioNormalizationAlgorithm> |
AudioNormalizationAlgorithm.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AudioNormalizationSettings.Builder |
AudioNormalizationSettings.Builder.algorithm(AudioNormalizationAlgorithm algorithm)
Choose one of the following audio normalization algorithms: ITU-R BS.1770-1: Ungated loudness.
|
Copyright © 2023. All rights reserved.