7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/OutputLocationRef.h>
9#include <aws/medialive/model/CmafNielsenId3Behavior.h>
10#include <aws/medialive/model/Scte35Type.h>
11#include <aws/medialive/model/CmafIngestSegmentLengthUnits.h>
12#include <aws/medialive/model/CmafKLVBehavior.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/medialive/model/CmafId3Behavior.h>
15#include <aws/core/utils/memory/stl/AWSVector.h>
16#include <aws/medialive/model/CmafTimedMetadataId3Frame.h>
17#include <aws/medialive/model/CmafTimedMetadataPassthrough.h>
18#include <aws/medialive/model/CmafIngestCaptionLanguageMapping.h>
19#include <aws/medialive/model/AdditionalDestinations.h>
57 template<
typename DestinationT = OutputLocationRef>
58 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
59 template<
typename DestinationT = OutputLocationRef>
93 inline void SetSegmentLength(
int value) { m_segmentLengthHasBeenSet =
true; m_segmentLength = value; }
113 inline void SetSendDelayMs(
int value) { m_sendDelayMsHasBeenSet =
true; m_sendDelayMs = value; }
137 template<
typename KlvNameModifierT = Aws::String>
138 void SetKlvNameModifier(KlvNameModifierT&& value) { m_klvNameModifierHasBeenSet =
true; m_klvNameModifier = std::forward<KlvNameModifierT>(value); }
139 template<
typename KlvNameModifierT = Aws::String>
153 template<
typename NielsenId3NameModifierT = Aws::String>
154 void SetNielsenId3NameModifier(NielsenId3NameModifierT&& value) { m_nielsenId3NameModifierHasBeenSet =
true; m_nielsenId3NameModifier = std::forward<NielsenId3NameModifierT>(value); }
155 template<
typename NielsenId3NameModifierT = Aws::String>
169 template<
typename Scte35NameModifierT = Aws::String>
170 void SetScte35NameModifier(Scte35NameModifierT&& value) { m_scte35NameModifierHasBeenSet =
true; m_scte35NameModifier = std::forward<Scte35NameModifierT>(value); }
171 template<
typename Scte35NameModifierT = Aws::String>
197 template<
typename Id3NameModifierT = Aws::String>
198 void SetId3NameModifier(Id3NameModifierT&& value) { m_id3NameModifierHasBeenSet =
true; m_id3NameModifier = std::forward<Id3NameModifierT>(value); }
199 template<
typename Id3NameModifierT = Aws::String>
210 template<
typename CaptionLanguageMappingsT = Aws::Vector<CmafIngestCaptionLanguageMapping>>
211 void SetCaptionLanguageMappings(CaptionLanguageMappingsT&& value) { m_captionLanguageMappingsHasBeenSet =
true; m_captionLanguageMappings = std::forward<CaptionLanguageMappingsT>(value); }
212 template<
typename CaptionLanguageMappingsT = Aws::Vector<CmafIngestCaptionLanguageMapping>>
214 template<
typename CaptionLanguageMappingsT = CmafIngestCaptionLanguageMapping>
257 template<
typename AdditionalDestinationsT = Aws::Vector<AdditionalDestinations>>
258 void SetAdditionalDestinations(AdditionalDestinationsT&& value) { m_additionalDestinationsHasBeenSet =
true; m_additionalDestinations = std::forward<AdditionalDestinationsT>(value); }
259 template<
typename AdditionalDestinationsT = Aws::Vector<AdditionalDestinations>>
261 template<
typename AdditionalDestinationsT = AdditionalDestinations>
267 bool m_destinationHasBeenSet =
false;
270 bool m_nielsenId3BehaviorHasBeenSet =
false;
273 bool m_scte35TypeHasBeenSet =
false;
275 int m_segmentLength{0};
276 bool m_segmentLengthHasBeenSet =
false;
279 bool m_segmentLengthUnitsHasBeenSet =
false;
281 int m_sendDelayMs{0};
282 bool m_sendDelayMsHasBeenSet =
false;
285 bool m_klvBehaviorHasBeenSet =
false;
288 bool m_klvNameModifierHasBeenSet =
false;
291 bool m_nielsenId3NameModifierHasBeenSet =
false;
294 bool m_scte35NameModifierHasBeenSet =
false;
297 bool m_id3BehaviorHasBeenSet =
false;
300 bool m_id3NameModifierHasBeenSet =
false;
303 bool m_captionLanguageMappingsHasBeenSet =
false;
306 bool m_timedMetadataId3FrameHasBeenSet =
false;
308 int m_timedMetadataId3Period{0};
309 bool m_timedMetadataId3PeriodHasBeenSet =
false;
312 bool m_timedMetadataPassthroughHasBeenSet =
false;
315 bool m_additionalDestinationsHasBeenSet =
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