@Generated(value="software.amazon.awssdk:codegen") public class AudioNormalizationSettings extends Object implements StructuredPojo, ToCopyableBuilder<AudioNormalizationSettings.Builder,AudioNormalizationSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AudioNormalizationSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
AudioNormalizationAlgorithm |
algorithm()
Returns the value of the Algorithm property for this object.
|
String |
algorithmAsString()
Returns the value of the Algorithm property for this object.
|
AudioNormalizationAlgorithmControl |
algorithmControl()
Returns the value of the AlgorithmControl property for this object.
|
String |
algorithmControlAsString()
Returns the value of the AlgorithmControl property for this object.
|
static AudioNormalizationSettings.Builder |
builder() |
Integer |
correctionGateLevel()
Content measuring above this level will be corrected to the target level.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AudioNormalizationLoudnessLogging |
loudnessLogging()
Returns the value of the LoudnessLogging property for this object.
|
String |
loudnessLoggingAsString()
Returns the value of the LoudnessLogging property for this object.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
AudioNormalizationPeakCalculation |
peakCalculation()
Returns the value of the PeakCalculation property for this object.
|
String |
peakCalculationAsString()
Returns the value of the PeakCalculation property for this object.
|
static Class<? extends AudioNormalizationSettings.Builder> |
serializableBuilderClass() |
Double |
targetLkfs()
Target LKFS(loudness) to adjust volume to.
|
AudioNormalizationSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic 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 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 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 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 Integer correctionGateLevel()
public 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 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 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 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 Double targetLkfs()
public AudioNormalizationSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<AudioNormalizationSettings.Builder,AudioNormalizationSettings>public static AudioNormalizationSettings.Builder builder()
public static Class<? extends AudioNormalizationSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.