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/LanguageCode.h>
11#include <aws/mediaconvert/model/DynamicAudioSelectorType.h>
81 template<
typename ExternalAudioFileInputT = Aws::String>
82 void SetExternalAudioFileInput(ExternalAudioFileInputT&& value) { m_externalAudioFileInputHasBeenSet =
true; m_externalAudioFileInput = std::forward<ExternalAudioFileInputT>(value); }
83 template<
typename ExternalAudioFileInputT = Aws::String>
110 inline void SetOffset(
int value) { m_offsetHasBeenSet =
true; m_offset = value; }
130 bool m_audioDurationCorrectionHasBeenSet =
false;
133 bool m_externalAudioFileInputHasBeenSet =
false;
136 bool m_languageCodeHasBeenSet =
false;
139 bool m_offsetHasBeenSet =
false;
142 bool m_selectorTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue