7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/CaptionSourceByteRateLimit.h>
9#include <aws/mediaconvert/model/FileSourceConvert608To708.h>
10#include <aws/mediaconvert/model/CaptionSourceConvertPaintOnToPopOn.h>
11#include <aws/mediaconvert/model/CaptionSourceFramerate.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/mediaconvert/model/FileSourceTimeDeltaUnits.h>
14#include <aws/mediaconvert/model/CaptionSourceUpconvertSTLToTeletext.h>
102 template<
typename FramerateT = CaptionSourceFramerate>
103 void SetFramerate(FramerateT&& value) { m_framerateHasBeenSet =
true; m_framerate = std::forward<FramerateT>(value); }
104 template<
typename FramerateT = CaptionSourceFramerate>
115 template<
typename SourceFileT = Aws::String>
116 void SetSourceFile(SourceFileT&& value) { m_sourceFileHasBeenSet =
true; m_sourceFile = std::forward<SourceFileT>(value); }
117 template<
typename SourceFileT = Aws::String>
139 inline void SetTimeDelta(
int value) { m_timeDeltaHasBeenSet =
true; m_timeDelta = value; }
172 bool m_byteRateLimitHasBeenSet =
false;
175 bool m_convert608To708HasBeenSet =
false;
178 bool m_convertPaintToPopHasBeenSet =
false;
180 CaptionSourceFramerate m_framerate;
181 bool m_framerateHasBeenSet =
false;
184 bool m_sourceFileHasBeenSet =
false;
187 bool m_timeDeltaHasBeenSet =
false;
190 bool m_timeDeltaUnitsHasBeenSet =
false;
193 bool m_upconvertSTLToTeletextHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue