7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/ChannelMapping.h>
19namespace MediaConvert {
48 m_audioDescriptionAudioChannelHasBeenSet =
true;
49 m_audioDescriptionAudioChannel = value;
69 m_audioDescriptionDataChannelHasBeenSet =
true;
70 m_audioDescriptionDataChannel = value;
94 template <
typename ChannelMappingT = ChannelMapping>
96 m_channelMappingHasBeenSet =
true;
97 m_channelMapping = std::forward<ChannelMappingT>(value);
99 template <
typename ChannelMappingT = ChannelMapping>
118 m_channelsInHasBeenSet =
true;
119 m_channelsIn = value;
138 m_channelsOutHasBeenSet =
true;
139 m_channelsOut = value;
147 int m_audioDescriptionAudioChannel{0};
149 int m_audioDescriptionDataChannel{0};
151 ChannelMapping m_channelMapping;
155 int m_channelsOut{0};
156 bool m_audioDescriptionAudioChannelHasBeenSet =
false;
157 bool m_audioDescriptionDataChannelHasBeenSet =
false;
158 bool m_channelMappingHasBeenSet =
false;
159 bool m_channelsInHasBeenSet =
false;
160 bool m_channelsOutHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue