7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
10#include <aws/mediaconvert/model/Format.h>
11#include <aws/mediaconvert/model/Track.h>
22namespace MediaConvert {
45 inline long long GetBitRate()
const {
return m_bitRate; }
48 m_bitRateHasBeenSet =
true;
64 m_durationHasBeenSet =
true;
83 m_formatHasBeenSet =
true;
100 template <
typename StartTimecodeT = Aws::String>
102 m_startTimecodeHasBeenSet =
true;
103 m_startTimecode = std::forward<StartTimecodeT>(value);
105 template <
typename StartTimecodeT = Aws::String>
118 template <
typename TracksT = Aws::Vector<Track>>
120 m_tracksHasBeenSet =
true;
121 m_tracks = std::forward<TracksT>(value);
123 template <
typename TracksT = Aws::Vector<Track>>
128 template <
typename TracksT = Track>
130 m_tracksHasBeenSet =
true;
131 m_tracks.emplace_back(std::forward<TracksT>(value));
136 long long m_bitRate{0};
138 double m_duration{0.0};
145 bool m_bitRateHasBeenSet =
false;
146 bool m_durationHasBeenSet =
false;
147 bool m_formatHasBeenSet =
false;
148 bool m_startTimecodeHasBeenSet =
false;
149 bool m_tracksHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue