7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/InputLocation.h>
10#include <aws/medialive/model/InputLossImageType.h>
43 m_blackFrameMsecHasBeenSet =
true;
44 m_blackFrameMsec = value;
59 template <
typename InputLossImageColorT = Aws::String>
61 m_inputLossImageColorHasBeenSet =
true;
62 m_inputLossImageColor = std::forward<InputLossImageColorT>(value);
64 template <
typename InputLossImageColorT = Aws::String>
78 template <
typename InputLossImageSlateT = InputLocation>
80 m_inputLossImageSlateHasBeenSet =
true;
81 m_inputLossImageSlate = std::forward<InputLossImageSlateT>(value);
83 template <
typename InputLossImageSlateT = InputLocation>
98 m_inputLossImageTypeHasBeenSet =
true;
99 m_inputLossImageType = value;
114 m_repeatFrameMsecHasBeenSet =
true;
115 m_repeatFrameMsec = value;
123 int m_blackFrameMsec{0};
127 InputLocation m_inputLossImageSlate;
131 int m_repeatFrameMsec{0};
132 bool m_blackFrameMsecHasBeenSet =
false;
133 bool m_inputLossImageColorHasBeenSet =
false;
134 bool m_inputLossImageSlateHasBeenSet =
false;
135 bool m_inputLossImageTypeHasBeenSet =
false;
136 bool m_repeatFrameMsecHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue