7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/AacCodingMode.h>
9#include <aws/medialive/model/AacInputType.h>
10#include <aws/medialive/model/AacProfile.h>
11#include <aws/medialive/model/AacRateControlMode.h>
12#include <aws/medialive/model/AacRawFormat.h>
13#include <aws/medialive/model/AacSpec.h>
14#include <aws/medialive/model/AacVbrQuality.h>
53 inline void SetBitrate(
double value) { m_bitrateHasBeenSet =
true; m_bitrate = value; }
125 inline void SetSampleRate(
double value) { m_sampleRateHasBeenSet =
true; m_sampleRate = value; }
151 double m_bitrate{0.0};
152 bool m_bitrateHasBeenSet =
false;
155 bool m_codingModeHasBeenSet =
false;
158 bool m_inputTypeHasBeenSet =
false;
161 bool m_profileHasBeenSet =
false;
164 bool m_rateControlModeHasBeenSet =
false;
167 bool m_rawFormatHasBeenSet =
false;
169 double m_sampleRate{0.0};
170 bool m_sampleRateHasBeenSet =
false;
173 bool m_specHasBeenSet =
false;
176 bool m_vbrQualityHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue