7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/ChannelMapping.h>
88 template<
typename ChannelMappingT = ChannelMapping>
89 void SetChannelMapping(ChannelMappingT&& value) { m_channelMappingHasBeenSet =
true; m_channelMapping = std::forward<ChannelMappingT>(value); }
90 template<
typename ChannelMappingT = ChannelMapping>
105 inline void SetChannelsIn(
int value) { m_channelsInHasBeenSet =
true; m_channelsIn = value; }
119 inline void SetChannelsOut(
int value) { m_channelsOutHasBeenSet =
true; m_channelsOut = value; }
124 int m_audioDescriptionAudioChannel{0};
125 bool m_audioDescriptionAudioChannelHasBeenSet =
false;
127 int m_audioDescriptionDataChannel{0};
128 bool m_audioDescriptionDataChannelHasBeenSet =
false;
130 ChannelMapping m_channelMapping;
131 bool m_channelMappingHasBeenSet =
false;
134 bool m_channelsInHasBeenSet =
false;
136 int m_channelsOut{0};
137 bool m_channelsOutHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue