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>
127 m_sampleRateHasBeenSet =
true;
128 m_sampleRate = value;
138 long long m_bitRate{0};
142 FrameRate m_frameRate;
147 bool m_bitDepthHasBeenSet =
false;
148 bool m_bitRateHasBeenSet =
false;
149 bool m_channelsHasBeenSet =
false;
150 bool m_frameRateHasBeenSet =
false;
151 bool m_languageCodeHasBeenSet =
false;
152 bool m_sampleRateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue