| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static AudioNormalizationAlgorithm |
AudioNormalizationAlgorithm.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
AudioNormalizationSettings |
AudioNormalizationSettings.withAlgorithm(AudioNormalizationAlgorithm algorithm)
Choose one of the following audio normalization algorithms: ITU-R BS.1770-1: Ungated loudness.
|
Copyright © 2024. All rights reserved.