7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconnect/model/FrameResolution.h>
48 inline void SetChannels(
int value) { m_channelsHasBeenSet =
true; m_channels = value; }
58 template<
typename CodecT = Aws::String>
59 void SetCodec(CodecT&& value) { m_codecHasBeenSet =
true; m_codec = std::forward<CodecT>(value); }
60 template<
typename CodecT = Aws::String>
70 template<
typename FrameRateT = Aws::String>
71 void SetFrameRate(FrameRateT&& value) { m_frameRateHasBeenSet =
true; m_frameRate = std::forward<FrameRateT>(value); }
72 template<
typename FrameRateT = Aws::String>
82 template<
typename FrameResolutionT = FrameResolution>
83 void SetFrameResolution(FrameResolutionT&& value) { m_frameResolutionHasBeenSet =
true; m_frameResolution = std::forward<FrameResolutionT>(value); }
84 template<
typename FrameResolutionT = FrameResolution>
92 inline int GetPid()
const {
return m_pid; }
94 inline void SetPid(
int value) { m_pidHasBeenSet =
true; m_pid = value; }
104 inline void SetSampleRate(
int value) { m_sampleRateHasBeenSet =
true; m_sampleRate = value; }
114 inline void SetSampleSize(
int value) { m_sampleSizeHasBeenSet =
true; m_sampleSize = value; }
124 template<
typename StreamTypeT = Aws::String>
125 void SetStreamType(StreamTypeT&& value) { m_streamTypeHasBeenSet =
true; m_streamType = std::forward<StreamTypeT>(value); }
126 template<
typename StreamTypeT = Aws::String>
132 bool m_channelsHasBeenSet =
false;
135 bool m_codecHasBeenSet =
false;
138 bool m_frameRateHasBeenSet =
false;
140 FrameResolution m_frameResolution;
141 bool m_frameResolutionHasBeenSet =
false;
144 bool m_pidHasBeenSet =
false;
147 bool m_sampleRateHasBeenSet =
false;
150 bool m_sampleSizeHasBeenSet =
false;
153 bool m_streamTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue