7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9#include <aws/mediaconvert/model/ColorPrimaries.h>
10#include <aws/mediaconvert/model/FrameRate.h>
11#include <aws/mediaconvert/model/MatrixCoefficients.h>
12#include <aws/mediaconvert/model/TransferCharacteristics.h>
23namespace MediaConvert {
51 m_bitDepthHasBeenSet =
true;
70 template <
typename ChromaSubsamplingT = Aws::String>
72 m_chromaSubsamplingHasBeenSet =
true;
73 m_chromaSubsampling = std::forward<ChromaSubsamplingT>(value);
75 template <
typename ChromaSubsamplingT = Aws::String>
89 template <
typename CodedFrameRateT = FrameRate>
91 m_codedFrameRateHasBeenSet =
true;
92 m_codedFrameRate = std::forward<CodedFrameRateT>(value);
94 template <
typename CodedFrameRateT = FrameRate>
110 m_colorPrimariesHasBeenSet =
true;
111 m_colorPrimaries = value;
127 m_heightHasBeenSet =
true;
144 template <
typename LevelT = Aws::String>
146 m_levelHasBeenSet =
true;
147 m_level = std::forward<LevelT>(value);
149 template <
typename LevelT = Aws::String>
151 SetLevel(std::forward<LevelT>(value));
165 m_matrixCoefficientsHasBeenSet =
true;
166 m_matrixCoefficients = value;
183 template <
typename ProfileT = Aws::String>
185 m_profileHasBeenSet =
true;
186 m_profile = std::forward<ProfileT>(value);
188 template <
typename ProfileT = Aws::String>
202 template <
typename ScanTypeT = Aws::String>
204 m_scanTypeHasBeenSet =
true;
205 m_scanType = std::forward<ScanTypeT>(value);
207 template <
typename ScanTypeT = Aws::String>
223 m_transferCharacteristicsHasBeenSet =
true;
224 m_transferCharacteristics = value;
240 m_widthHasBeenSet =
true;
253 FrameRate m_codedFrameRate;
270 bool m_bitDepthHasBeenSet =
false;
271 bool m_chromaSubsamplingHasBeenSet =
false;
272 bool m_codedFrameRateHasBeenSet =
false;
273 bool m_colorPrimariesHasBeenSet =
false;
274 bool m_heightHasBeenSet =
false;
275 bool m_levelHasBeenSet =
false;
276 bool m_matrixCoefficientsHasBeenSet =
false;
277 bool m_profileHasBeenSet =
false;
278 bool m_scanTypeHasBeenSet =
false;
279 bool m_transferCharacteristicsHasBeenSet =
false;
280 bool m_widthHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue