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/InputDeviceActiveInput.h>
11#include <aws/medialive/model/InputDeviceCodec.h>
12#include <aws/medialive/model/InputDeviceConfiguredInput.h>
13#include <aws/medialive/model/InputDeviceMediaConnectSettings.h>
14#include <aws/medialive/model/InputDeviceScanType.h>
15#include <aws/medialive/model/InputDeviceState.h>
16#include <aws/medialive/model/InputDeviceUhdAudioChannelPairConfig.h>
51 m_activeInputHasBeenSet =
true;
52 m_activeInput = value;
68 m_configuredInputHasBeenSet =
true;
69 m_configuredInput = value;
84 m_deviceStateHasBeenSet =
true;
85 m_deviceState = value;
100 m_framerateHasBeenSet =
true;
116 m_heightHasBeenSet =
true;
133 m_maxBitrateHasBeenSet =
true;
134 m_maxBitrate = value;
149 m_scanTypeHasBeenSet =
true;
165 m_widthHasBeenSet =
true;
182 m_latencyMsHasBeenSet =
true;
198 m_codecHasBeenSet =
true;
214 template <
typename MediaconnectSettingsT = InputDeviceMediaConnectSettings>
216 m_mediaconnectSettingsHasBeenSet =
true;
217 m_mediaconnectSettings = std::forward<MediaconnectSettingsT>(value);
219 template <
typename MediaconnectSettingsT = InputDeviceMediaConnectSettings>
235 template <
typename AudioChannelPairsT = Aws::Vector<InputDeviceUhdAudioChannelPairConfig>>
237 m_audioChannelPairsHasBeenSet =
true;
238 m_audioChannelPairs = std::forward<AudioChannelPairsT>(value);
240 template <
typename AudioChannelPairsT = Aws::Vector<InputDeviceUhdAudioChannelPairConfig>>
245 template <
typename AudioChannelPairsT = InputDeviceUhdAudioChannelPairConfig>
247 m_audioChannelPairsHasBeenSet =
true;
248 m_audioChannelPairs.emplace_back(std::forward<AudioChannelPairsT>(value));
260 template <
typename InputResolutionT = Aws::String>
262 m_inputResolutionHasBeenSet =
true;
263 m_inputResolution = std::forward<InputResolutionT>(value);
265 template <
typename InputResolutionT = Aws::String>
278 double m_framerate{0.0};
292 InputDeviceMediaConnectSettings m_mediaconnectSettings;
297 bool m_activeInputHasBeenSet =
false;
298 bool m_configuredInputHasBeenSet =
false;
299 bool m_deviceStateHasBeenSet =
false;
300 bool m_framerateHasBeenSet =
false;
301 bool m_heightHasBeenSet =
false;
302 bool m_maxBitrateHasBeenSet =
false;
303 bool m_scanTypeHasBeenSet =
false;
304 bool m_widthHasBeenSet =
false;
305 bool m_latencyMsHasBeenSet =
false;
306 bool m_codecHasBeenSet =
false;
307 bool m_mediaconnectSettingsHasBeenSet =
false;
308 bool m_audioChannelPairsHasBeenSet =
false;
309 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