7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/InputDeviceActiveInput.h>
9#include <aws/medialive/model/InputDeviceConfiguredInput.h>
10#include <aws/medialive/model/InputDeviceState.h>
11#include <aws/medialive/model/InputDeviceScanType.h>
12#include <aws/medialive/model/InputDeviceCodec.h>
13#include <aws/medialive/model/InputDeviceMediaConnectSettings.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
16#include <aws/medialive/model/InputDeviceUhdAudioChannelPairConfig.h>
87 inline void SetFramerate(
double value) { m_framerateHasBeenSet =
true; m_framerate = value; }
97 inline void SetHeight(
int value) { m_heightHasBeenSet =
true; m_height = value; }
108 inline void SetMaxBitrate(
int value) { m_maxBitrateHasBeenSet =
true; m_maxBitrate = value; }
128 inline void SetWidth(
int value) { m_widthHasBeenSet =
true; m_width = value; }
139 inline void SetLatencyMs(
int value) { m_latencyMsHasBeenSet =
true; m_latencyMs = value; }
160 template<
typename MediaconnectSettingsT = InputDeviceMediaConnectSettings>
161 void SetMediaconnectSettings(MediaconnectSettingsT&& value) { m_mediaconnectSettingsHasBeenSet =
true; m_mediaconnectSettings = std::forward<MediaconnectSettingsT>(value); }
162 template<
typename MediaconnectSettingsT = InputDeviceMediaConnectSettings>
175 template<
typename AudioChannelPairsT = Aws::Vector<InputDeviceUhdAudioChannelPairConfig>>
176 void SetAudioChannelPairs(AudioChannelPairsT&& value) { m_audioChannelPairsHasBeenSet =
true; m_audioChannelPairs = std::forward<AudioChannelPairsT>(value); }
177 template<
typename AudioChannelPairsT = Aws::Vector<InputDeviceUhdAudioChannelPairConfig>>
179 template<
typename AudioChannelPairsT = InputDeviceUhdAudioChannelPairConfig>
190 template<
typename InputResolutionT = Aws::String>
191 void SetInputResolution(InputResolutionT&& value) { m_inputResolutionHasBeenSet =
true; m_inputResolution = std::forward<InputResolutionT>(value); }
192 template<
typename InputResolutionT = Aws::String>
198 bool m_activeInputHasBeenSet =
false;
201 bool m_configuredInputHasBeenSet =
false;
204 bool m_deviceStateHasBeenSet =
false;
206 double m_framerate{0.0};
207 bool m_framerateHasBeenSet =
false;
210 bool m_heightHasBeenSet =
false;
213 bool m_maxBitrateHasBeenSet =
false;
216 bool m_scanTypeHasBeenSet =
false;
219 bool m_widthHasBeenSet =
false;
222 bool m_latencyMsHasBeenSet =
false;
225 bool m_codecHasBeenSet =
false;
227 InputDeviceMediaConnectSettings m_mediaconnectSettings;
228 bool m_mediaconnectSettingsHasBeenSet =
false;
231 bool m_audioChannelPairsHasBeenSet =
false;
234 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