7#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediapackagev2/model/Scte.h>
10#include <aws/mediapackagev2/model/Encryption.h>
23namespace mediapackagev2
37 AWS_MEDIAPACKAGEV2_API
Segment() =
default;
64 template<
typename SegmentNameT = Aws::String>
65 void SetSegmentName(SegmentNameT&& value) { m_segmentNameHasBeenSet =
true; m_segmentName = std::forward<SegmentNameT>(value); }
66 template<
typename SegmentNameT = Aws::String>
115 template<
typename ScteT = Scte>
116 void SetScte(ScteT&& value) { m_scteHasBeenSet =
true; m_scte = std::forward<ScteT>(value); }
117 template<
typename ScteT = Scte>
125 template<
typename EncryptionT = Encryption>
126 void SetEncryption(EncryptionT&& value) { m_encryptionHasBeenSet =
true; m_encryption = std::forward<EncryptionT>(value); }
127 template<
typename EncryptionT = Encryption>
132 int m_segmentDurationSeconds{0};
133 bool m_segmentDurationSecondsHasBeenSet =
false;
136 bool m_segmentNameHasBeenSet =
false;
138 bool m_tsUseAudioRenditionGroup{
false};
139 bool m_tsUseAudioRenditionGroupHasBeenSet =
false;
141 bool m_includeIframeOnlyStreams{
false};
142 bool m_includeIframeOnlyStreamsHasBeenSet =
false;
144 bool m_tsIncludeDvbSubtitles{
false};
145 bool m_tsIncludeDvbSubtitlesHasBeenSet =
false;
148 bool m_scteHasBeenSet =
false;
150 Encryption m_encryption;
151 bool m_encryptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue