7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/AudioDurationCorrection.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mediaconvert/model/AudioDefaultSelection.h>
11#include <aws/mediaconvert/model/HlsRenditionGroupSettings.h>
12#include <aws/mediaconvert/model/LanguageCode.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/mediaconvert/model/RemixSettings.h>
15#include <aws/mediaconvert/model/AudioSelectorType.h>
86 inline void SetCustomLanguageCode(
const char* value) { m_customLanguageCodeHasBeenSet =
true; m_customLanguageCode.assign(value); }
114 inline void SetExternalAudioFileInput(
const char* value) { m_externalAudioFileInputHasBeenSet =
true; m_externalAudioFileInput.assign(value); }
157 inline void SetOffset(
int value) { m_offsetHasBeenSet =
true; m_offset = value; }
186 inline void SetProgramSelection(
int value) { m_programSelectionHasBeenSet =
true; m_programSelection = value; }
234 bool m_audioDurationCorrectionHasBeenSet =
false;
237 bool m_customLanguageCodeHasBeenSet =
false;
240 bool m_defaultSelectionHasBeenSet =
false;
243 bool m_externalAudioFileInputHasBeenSet =
false;
246 bool m_hlsRenditionGroupSettingsHasBeenSet =
false;
249 bool m_languageCodeHasBeenSet =
false;
252 bool m_offsetHasBeenSet =
false;
255 bool m_pidsHasBeenSet =
false;
257 int m_programSelection;
258 bool m_programSelectionHasBeenSet =
false;
261 bool m_remixSettingsHasBeenSet =
false;
264 bool m_selectorTypeHasBeenSet =
false;
267 bool m_tracksHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue