7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
10#include <aws/medialive/model/InputDeviceCodec.h>
11#include <aws/medialive/model/InputDeviceConfigurableAudioChannelPairConfig.h>
12#include <aws/medialive/model/InputDeviceConfiguredInput.h>
13#include <aws/medialive/model/InputDeviceMediaConnectConfigurableSettings.h>
49 m_configuredInputHasBeenSet =
true;
50 m_configuredInput = value;
66 m_maxBitrateHasBeenSet =
true;
82 m_latencyMsHasBeenSet =
true;
99 m_codecHasBeenSet =
true;
116 template <
typename MediaconnectSettingsT = InputDeviceMediaConnectConfigurableSettings>
118 m_mediaconnectSettingsHasBeenSet =
true;
119 m_mediaconnectSettings = std::forward<MediaconnectSettingsT>(value);
121 template <
typename MediaconnectSettingsT = InputDeviceMediaConnectConfigurableSettings>
139 template <
typename AudioChannelPairsT = Aws::Vector<InputDeviceConfigurableAudioChannelPairConfig>>
141 m_audioChannelPairsHasBeenSet =
true;
142 m_audioChannelPairs = std::forward<AudioChannelPairsT>(value);
144 template <
typename AudioChannelPairsT = Aws::Vector<InputDeviceConfigurableAudioChannelPairConfig>>
149 template <
typename AudioChannelPairsT = InputDeviceConfigurableAudioChannelPairConfig>
151 m_audioChannelPairsHasBeenSet =
true;
152 m_audioChannelPairs.emplace_back(std::forward<AudioChannelPairsT>(value));
166 template <
typename InputResolutionT = Aws::String>
168 m_inputResolutionHasBeenSet =
true;
169 m_inputResolution = std::forward<InputResolutionT>(value);
171 template <
typename InputResolutionT = Aws::String>
186 InputDeviceMediaConnectConfigurableSettings m_mediaconnectSettings;
191 bool m_configuredInputHasBeenSet =
false;
192 bool m_maxBitrateHasBeenSet =
false;
193 bool m_latencyMsHasBeenSet =
false;
194 bool m_codecHasBeenSet =
false;
195 bool m_mediaconnectSettingsHasBeenSet =
false;
196 bool m_audioChannelPairsHasBeenSet =
false;
197 bool m_inputResolutionHasBeenSet =
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