@Generated(value="software.amazon.awssdk:codegen") public final class AudioNormalizationSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AudioNormalizationSettings.Builder,AudioNormalizationSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AudioNormalizationSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
AudioNormalizationAlgorithm |
algorithm()
Choose one of the following audio normalization algorithms: ITU-R BS.1770-1: Ungated loudness.
|
String |
algorithmAsString()
Choose one of the following audio normalization algorithms: ITU-R BS.1770-1: Ungated loudness.
|
AudioNormalizationAlgorithmControl |
algorithmControl()
When enabled the output audio is corrected using the chosen algorithm.
|
String |
algorithmControlAsString()
When enabled the output audio is corrected using the chosen algorithm.
|
static AudioNormalizationSettings.Builder |
builder() |
Integer |
correctionGateLevel()
Content measuring above this level will be corrected to the target level.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AudioNormalizationLoudnessLogging |
loudnessLogging()
If set to LOG, log each output's audio track loudness to a CSV file.
|
String |
loudnessLoggingAsString()
If set to LOG, log each output's audio track loudness to a CSV file.
|
AudioNormalizationPeakCalculation |
peakCalculation()
If set to TRUE_PEAK, calculate and log the TruePeak for each output's audio track loudness.
|
String |
peakCalculationAsString()
If set to TRUE_PEAK, calculate and log the TruePeak for each output's audio track loudness.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AudioNormalizationSettings.Builder> |
serializableBuilderClass() |
Double |
targetLkfs()
When you use Audio normalization, optionally use this setting to specify a target loudness.
|
AudioNormalizationSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Double |
truePeakLimiterThreshold()
Specify the True-peak limiter threshold in decibels relative to full scale (dBFS).
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AudioNormalizationAlgorithm algorithm()
If the service returns an enum value that is not available in the current SDK version, algorithm will
return AudioNormalizationAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from algorithmAsString().
AudioNormalizationAlgorithmpublic final String algorithmAsString()
If the service returns an enum value that is not available in the current SDK version, algorithm will
return AudioNormalizationAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from algorithmAsString().
AudioNormalizationAlgorithmpublic final AudioNormalizationAlgorithmControl algorithmControl()
If the service returns an enum value that is not available in the current SDK version, algorithmControl
will return AudioNormalizationAlgorithmControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from algorithmControlAsString().
AudioNormalizationAlgorithmControlpublic final String algorithmControlAsString()
If the service returns an enum value that is not available in the current SDK version, algorithmControl
will return AudioNormalizationAlgorithmControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from algorithmControlAsString().
AudioNormalizationAlgorithmControlpublic final Integer correctionGateLevel()
public final AudioNormalizationLoudnessLogging loudnessLogging()
If the service returns an enum value that is not available in the current SDK version, loudnessLogging
will return AudioNormalizationLoudnessLogging.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from loudnessLoggingAsString().
AudioNormalizationLoudnessLoggingpublic final String loudnessLoggingAsString()
If the service returns an enum value that is not available in the current SDK version, loudnessLogging
will return AudioNormalizationLoudnessLogging.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from loudnessLoggingAsString().
AudioNormalizationLoudnessLoggingpublic final AudioNormalizationPeakCalculation peakCalculation()
If the service returns an enum value that is not available in the current SDK version, peakCalculation
will return AudioNormalizationPeakCalculation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from peakCalculationAsString().
AudioNormalizationPeakCalculationpublic final String peakCalculationAsString()
If the service returns an enum value that is not available in the current SDK version, peakCalculation
will return AudioNormalizationPeakCalculation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from peakCalculationAsString().
AudioNormalizationPeakCalculationpublic final Double targetLkfs()
public final Double truePeakLimiterThreshold()
public AudioNormalizationSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AudioNormalizationSettings.Builder,AudioNormalizationSettings>public static AudioNormalizationSettings.Builder builder()
public static Class<? extends AudioNormalizationSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.