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>
81 inline void SetCorrectionGateLevel(
int value) { m_correctionGateLevelHasBeenSet =
true; m_correctionGateLevel = value; }
116 inline void SetTargetLkfs(
double value) { m_targetLkfsHasBeenSet =
true; m_targetLkfs = value; }
135 bool m_algorithmHasBeenSet =
false;
138 bool m_algorithmControlHasBeenSet =
false;
140 int m_correctionGateLevel{0};
141 bool m_correctionGateLevelHasBeenSet =
false;
144 bool m_loudnessLoggingHasBeenSet =
false;
147 bool m_peakCalculationHasBeenSet =
false;
149 double m_targetLkfs{0.0};
150 bool m_targetLkfsHasBeenSet =
false;
152 double m_truePeakLimiterThreshold{0.0};
153 bool m_truePeakLimiterThresholdHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue