7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/model/AuthenticationScheme.h>
10#include <aws/medialive/model/RtmpCacheFullBehavior.h>
11#include <aws/medialive/model/RtmpCaptionData.h>
12#include <aws/medialive/model/InputLossActionForRtmpOut.h>
13#include <aws/medialive/model/IncludeFillerNalUnits.h>
14#include <aws/medialive/model/RtmpAdMarkers.h>
54 template<
typename AdMarkersT = Aws::Vector<RtmpAdMarkers>>
55 void SetAdMarkers(AdMarkersT&& value) { m_adMarkersHasBeenSet =
true; m_adMarkers = std::forward<AdMarkersT>(value); }
56 template<
typename AdMarkersT = Aws::Vector<RtmpAdMarkers>>
93 inline void SetCacheLength(
int value) { m_cacheLengthHasBeenSet =
true; m_cacheLength = value; }
133 inline void SetRestartDelay(
int value) { m_restartDelayHasBeenSet =
true; m_restartDelay = value; }
153 bool m_adMarkersHasBeenSet =
false;
156 bool m_authenticationSchemeHasBeenSet =
false;
159 bool m_cacheFullBehaviorHasBeenSet =
false;
161 int m_cacheLength{0};
162 bool m_cacheLengthHasBeenSet =
false;
165 bool m_captionDataHasBeenSet =
false;
168 bool m_inputLossActionHasBeenSet =
false;
170 int m_restartDelay{0};
171 bool m_restartDelayHasBeenSet =
false;
174 bool m_includeFillerNalUnitsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue