public static interface AudioNormalizationSettings.Builder extends CopyableBuilder<AudioNormalizationSettings.Builder,AudioNormalizationSettings>
| Modifier and Type | Method and Description |
|---|---|
AudioNormalizationSettings.Builder |
algorithm(AudioNormalizationAlgorithm algorithm)
Sets the value of the Algorithm property for this object.
|
AudioNormalizationSettings.Builder |
algorithm(String algorithm)
Sets the value of the Algorithm property for this object.
|
AudioNormalizationSettings.Builder |
algorithmControl(AudioNormalizationAlgorithmControl algorithmControl)
Sets the value of the AlgorithmControl property for this object.
|
AudioNormalizationSettings.Builder |
algorithmControl(String algorithmControl)
Sets the value of the AlgorithmControl property for this object.
|
AudioNormalizationSettings.Builder |
correctionGateLevel(Integer correctionGateLevel)
Content measuring above this level will be corrected to the target level.
|
AudioNormalizationSettings.Builder |
loudnessLogging(AudioNormalizationLoudnessLogging loudnessLogging)
Sets the value of the LoudnessLogging property for this object.
|
AudioNormalizationSettings.Builder |
loudnessLogging(String loudnessLogging)
Sets the value of the LoudnessLogging property for this object.
|
AudioNormalizationSettings.Builder |
peakCalculation(AudioNormalizationPeakCalculation peakCalculation)
Sets the value of the PeakCalculation property for this object.
|
AudioNormalizationSettings.Builder |
peakCalculation(String peakCalculation)
Sets the value of the PeakCalculation property for this object.
|
AudioNormalizationSettings.Builder |
targetLkfs(Double targetLkfs)
Target LKFS(loudness) to adjust volume to.
|
copyapply, buildAudioNormalizationSettings.Builder algorithm(String algorithm)
algorithm - The new value for the Algorithm property for this object.AudioNormalizationAlgorithm,
AudioNormalizationAlgorithmAudioNormalizationSettings.Builder algorithm(AudioNormalizationAlgorithm algorithm)
algorithm - The new value for the Algorithm property for this object.AudioNormalizationAlgorithm,
AudioNormalizationAlgorithmAudioNormalizationSettings.Builder algorithmControl(String algorithmControl)
algorithmControl - The new value for the AlgorithmControl property for this object.AudioNormalizationAlgorithmControl,
AudioNormalizationAlgorithmControlAudioNormalizationSettings.Builder algorithmControl(AudioNormalizationAlgorithmControl algorithmControl)
algorithmControl - The new value for the AlgorithmControl property for this object.AudioNormalizationAlgorithmControl,
AudioNormalizationAlgorithmControlAudioNormalizationSettings.Builder correctionGateLevel(Integer correctionGateLevel)
correctionGateLevel - Content measuring above this level will be corrected to the target level. Content measuring below this
level will not be corrected. Gating only applies when not using real_time_correction.AudioNormalizationSettings.Builder loudnessLogging(String loudnessLogging)
loudnessLogging - The new value for the LoudnessLogging property for this object.AudioNormalizationLoudnessLogging,
AudioNormalizationLoudnessLoggingAudioNormalizationSettings.Builder loudnessLogging(AudioNormalizationLoudnessLogging loudnessLogging)
loudnessLogging - The new value for the LoudnessLogging property for this object.AudioNormalizationLoudnessLogging,
AudioNormalizationLoudnessLoggingAudioNormalizationSettings.Builder peakCalculation(String peakCalculation)
peakCalculation - The new value for the PeakCalculation property for this object.AudioNormalizationPeakCalculation,
AudioNormalizationPeakCalculationAudioNormalizationSettings.Builder peakCalculation(AudioNormalizationPeakCalculation peakCalculation)
peakCalculation - The new value for the PeakCalculation property for this object.AudioNormalizationPeakCalculation,
AudioNormalizationPeakCalculationAudioNormalizationSettings.Builder targetLkfs(Double targetLkfs)
targetLkfs - Target LKFS(loudness) to adjust volume to. If no value is entered, a default value will be used
according to the chosen algorithm. The CALM Act (1770-1) recommends a target of -24 LKFS. The EBU
R-128 specification (1770-2) recommends a target of -23 LKFS.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.