7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/model/InputLocation.h>
10#include <aws/medialive/model/AudioOnlyHlsTrackType.h>
11#include <aws/medialive/model/AudioOnlyHlsSegmentType.h>
49 template<
typename AudioGroupIdT = Aws::String>
50 void SetAudioGroupId(AudioGroupIdT&& value) { m_audioGroupIdHasBeenSet =
true; m_audioGroupId = std::forward<AudioGroupIdT>(value); }
51 template<
typename AudioGroupIdT = Aws::String>
67 template<
typename AudioOnlyImageT = InputLocation>
68 void SetAudioOnlyImage(AudioOnlyImageT&& value) { m_audioOnlyImageHasBeenSet =
true; m_audioOnlyImage = std::forward<AudioOnlyImageT>(value); }
69 template<
typename AudioOnlyImageT = InputLocation>
117 bool m_audioGroupIdHasBeenSet =
false;
120 bool m_audioOnlyImageHasBeenSet =
false;
123 bool m_audioTrackTypeHasBeenSet =
false;
126 bool m_segmentTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue