7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/model/InputLocation.h>
10#include <aws/medialive/model/InputLossImageType.h>
48 inline void SetBlackFrameMsec(
int value) { m_blackFrameMsecHasBeenSet =
true; m_blackFrameMsec = value; }
61 inline void SetInputLossImageColor(
const char* value) { m_inputLossImageColorHasBeenSet =
true; m_inputLossImageColor.assign(value); }
99 inline void SetRepeatFrameMsec(
int value) { m_repeatFrameMsecHasBeenSet =
true; m_repeatFrameMsec = value; }
104 int m_blackFrameMsec;
105 bool m_blackFrameMsecHasBeenSet =
false;
108 bool m_inputLossImageColorHasBeenSet =
false;
111 bool m_inputLossImageSlateHasBeenSet =
false;
114 bool m_inputLossImageTypeHasBeenSet =
false;
116 int m_repeatFrameMsec;
117 bool m_repeatFrameMsecHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue