7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9#include <aws/mediaconvert/model/FrameRate.h>
20namespace MediaConvert {
42 m_bitDepthHasBeenSet =
true;
55 inline long long GetBitRate()
const {
return m_bitRate; }
58 m_bitRateHasBeenSet =
true;
74 m_channelsHasBeenSet =
true;
90 template <
typename FrameRateT = FrameRate>
92 m_frameRateHasBeenSet =
true;
93 m_frameRate = std::forward<FrameRateT>(value);
95 template <
typename FrameRateT = FrameRate>
108 template <
typename LanguageCodeT = Aws::String>
110 m_languageCodeHasBeenSet =
true;
111 m_languageCode = std::forward<LanguageCodeT>(value);
113 template <
typename LanguageCodeT = Aws::String>
130 m_objectCountHasBeenSet =
true;
131 m_objectCount = value;
146 m_sampleRateHasBeenSet =
true;
147 m_sampleRate = value;
157 long long m_bitRate{0};
161 FrameRate m_frameRate;
165 int m_objectCount{0};
168 bool m_bitDepthHasBeenSet =
false;
169 bool m_bitRateHasBeenSet =
false;
170 bool m_channelsHasBeenSet =
false;
171 bool m_frameRateHasBeenSet =
false;
172 bool m_languageCodeHasBeenSet =
false;
173 bool m_objectCountHasBeenSet =
false;
174 bool m_sampleRateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue