7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/AudioNormalizationAlgorithm.h>
9#include <aws/mediaconvert/model/AudioNormalizationAlgorithmControl.h>
10#include <aws/mediaconvert/model/AudioNormalizationLoudnessLogging.h>
11#include <aws/mediaconvert/model/AudioNormalizationPeakCalculation.h>
22namespace MediaConvert {
54 m_algorithmHasBeenSet =
true;
71 m_algorithmControlHasBeenSet =
true;
72 m_algorithmControl = value;
88 m_correctionGateLevelHasBeenSet =
true;
89 m_correctionGateLevel = value;
104 m_loudnessLoggingHasBeenSet =
true;
105 m_loudnessLogging = value;
121 m_peakCalculationHasBeenSet =
true;
122 m_peakCalculation = value;
141 m_targetLkfsHasBeenSet =
true;
142 m_targetLkfs = value;
160 m_truePeakLimiterThresholdHasBeenSet =
true;
161 m_truePeakLimiterThreshold = value;
173 int m_correctionGateLevel{0};
179 double m_targetLkfs{0.0};
181 double m_truePeakLimiterThreshold{0.0};
182 bool m_algorithmHasBeenSet =
false;
183 bool m_algorithmControlHasBeenSet =
false;
184 bool m_correctionGateLevelHasBeenSet =
false;
185 bool m_loudnessLoggingHasBeenSet =
false;
186 bool m_peakCalculationHasBeenSet =
false;
187 bool m_targetLkfsHasBeenSet =
false;
188 bool m_truePeakLimiterThresholdHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue