7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/AudioChannelTaggingSettings.h>
9#include <aws/mediaconvert/model/AudioNormalizationSettings.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/mediaconvert/model/AudioTypeControl.h>
12#include <aws/mediaconvert/model/AudioCodecSettings.h>
13#include <aws/mediaconvert/model/LanguageCode.h>
14#include <aws/mediaconvert/model/AudioLanguageCodeControl.h>
15#include <aws/mediaconvert/model/RemixSettings.h>
97 inline void SetAudioSourceName(
const char* value) { m_audioSourceNameHasBeenSet =
true; m_audioSourceName.assign(value); }
112 inline void SetAudioType(
int value) { m_audioTypeHasBeenSet =
true; m_audioType = value; }
161 inline void SetCustomLanguageCode(
const char* value) { m_customLanguageCodeHasBeenSet =
true; m_customLanguageCode.assign(value); }
221 inline void SetStreamName(
const char* value) { m_streamNameHasBeenSet =
true; m_streamName.assign(value); }
229 bool m_audioChannelTaggingSettingsHasBeenSet =
false;
232 bool m_audioNormalizationSettingsHasBeenSet =
false;
235 bool m_audioSourceNameHasBeenSet =
false;
238 bool m_audioTypeHasBeenSet =
false;
241 bool m_audioTypeControlHasBeenSet =
false;
244 bool m_codecSettingsHasBeenSet =
false;
247 bool m_customLanguageCodeHasBeenSet =
false;
250 bool m_languageCodeHasBeenSet =
false;
253 bool m_languageCodeControlHasBeenSet =
false;
256 bool m_remixSettingsHasBeenSet =
false;
259 bool m_streamNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue