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>
56 template<
typename DestinationT = OutputLocationRef>
57 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
58 template<
typename DestinationT = OutputLocationRef>
92 inline void SetSegmentLength(
int value) { m_segmentLengthHasBeenSet =
true; m_segmentLength = value; }
112 inline void SetSendDelayMs(
int value) { m_sendDelayMsHasBeenSet =
true; m_sendDelayMs = value; }
136 template<
typename KlvNameModifierT = Aws::String>
137 void SetKlvNameModifier(KlvNameModifierT&& value) { m_klvNameModifierHasBeenSet =
true; m_klvNameModifier = std::forward<KlvNameModifierT>(value); }
138 template<
typename KlvNameModifierT = Aws::String>
152 template<
typename NielsenId3NameModifierT = Aws::String>
153 void SetNielsenId3NameModifier(NielsenId3NameModifierT&& value) { m_nielsenId3NameModifierHasBeenSet =
true; m_nielsenId3NameModifier = std::forward<NielsenId3NameModifierT>(value); }
154 template<
typename NielsenId3NameModifierT = Aws::String>
168 template<
typename Scte35NameModifierT = Aws::String>
169 void SetScte35NameModifier(Scte35NameModifierT&& value) { m_scte35NameModifierHasBeenSet =
true; m_scte35NameModifier = std::forward<Scte35NameModifierT>(value); }
170 template<
typename Scte35NameModifierT = Aws::String>
196 template<
typename Id3NameModifierT = Aws::String>
197 void SetId3NameModifier(Id3NameModifierT&& value) { m_id3NameModifierHasBeenSet =
true; m_id3NameModifier = std::forward<Id3NameModifierT>(value); }
198 template<
typename Id3NameModifierT = Aws::String>
209 template<
typename CaptionLanguageMappingsT = Aws::Vector<CmafIngestCaptionLanguageMapping>>
210 void SetCaptionLanguageMappings(CaptionLanguageMappingsT&& value) { m_captionLanguageMappingsHasBeenSet =
true; m_captionLanguageMappings = std::forward<CaptionLanguageMappingsT>(value); }
211 template<
typename CaptionLanguageMappingsT = Aws::Vector<CmafIngestCaptionLanguageMapping>>
213 template<
typename CaptionLanguageMappingsT = CmafIngestCaptionLanguageMapping>
251 bool m_destinationHasBeenSet =
false;
254 bool m_nielsenId3BehaviorHasBeenSet =
false;
257 bool m_scte35TypeHasBeenSet =
false;
259 int m_segmentLength{0};
260 bool m_segmentLengthHasBeenSet =
false;
263 bool m_segmentLengthUnitsHasBeenSet =
false;
265 int m_sendDelayMs{0};
266 bool m_sendDelayMsHasBeenSet =
false;
269 bool m_klvBehaviorHasBeenSet =
false;
272 bool m_klvNameModifierHasBeenSet =
false;
275 bool m_nielsenId3NameModifierHasBeenSet =
false;
278 bool m_scte35NameModifierHasBeenSet =
false;
281 bool m_id3BehaviorHasBeenSet =
false;
284 bool m_id3NameModifierHasBeenSet =
false;
287 bool m_captionLanguageMappingsHasBeenSet =
false;
290 bool m_timedMetadataId3FrameHasBeenSet =
false;
292 int m_timedMetadataId3Period{0};
293 bool m_timedMetadataId3PeriodHasBeenSet =
false;
296 bool m_timedMetadataPassthroughHasBeenSet =
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