7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconvert/model/HlsAudioOnlyContainer.h>
10#include <aws/mediaconvert/model/HlsAudioTrackType.h>
11#include <aws/mediaconvert/model/HlsDescriptiveVideoServiceFlag.h>
12#include <aws/mediaconvert/model/HlsIFrameOnlyManifest.h>
50 template<
typename AudioGroupIdT = Aws::String>
51 void SetAudioGroupId(AudioGroupIdT&& value) { m_audioGroupIdHasBeenSet =
true; m_audioGroupId = std::forward<AudioGroupIdT>(value); }
52 template<
typename AudioGroupIdT = Aws::String>
77 template<
typename AudioRenditionSetsT = Aws::String>
78 void SetAudioRenditionSets(AudioRenditionSetsT&& value) { m_audioRenditionSetsHasBeenSet =
true; m_audioRenditionSets = std::forward<AudioRenditionSetsT>(value); }
79 template<
typename AudioRenditionSetsT = Aws::String>
142 template<
typename SegmentModifierT = Aws::String>
143 void SetSegmentModifier(SegmentModifierT&& value) { m_segmentModifierHasBeenSet =
true; m_segmentModifier = std::forward<SegmentModifierT>(value); }
144 template<
typename SegmentModifierT = Aws::String>
150 bool m_audioGroupIdHasBeenSet =
false;
153 bool m_audioOnlyContainerHasBeenSet =
false;
156 bool m_audioRenditionSetsHasBeenSet =
false;
159 bool m_audioTrackTypeHasBeenSet =
false;
162 bool m_descriptiveVideoServiceFlagHasBeenSet =
false;
165 bool m_iFrameOnlyManifestHasBeenSet =
false;
168 bool m_segmentModifierHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue