AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
RemixSettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/ChannelMapping.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MediaConvert
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_MEDIACONVERT_API RemixSettings() = default;
37 AWS_MEDIACONVERT_API RemixSettings(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDIACONVERT_API RemixSettings& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
51 inline int GetAudioDescriptionAudioChannel() const { return m_audioDescriptionAudioChannel; }
52 inline bool AudioDescriptionAudioChannelHasBeenSet() const { return m_audioDescriptionAudioChannelHasBeenSet; }
53 inline void SetAudioDescriptionAudioChannel(int value) { m_audioDescriptionAudioChannelHasBeenSet = true; m_audioDescriptionAudioChannel = value; }
56
58
66 inline int GetAudioDescriptionDataChannel() const { return m_audioDescriptionDataChannel; }
67 inline bool AudioDescriptionDataChannelHasBeenSet() const { return m_audioDescriptionDataChannelHasBeenSet; }
68 inline void SetAudioDescriptionDataChannel(int value) { m_audioDescriptionDataChannelHasBeenSet = true; m_audioDescriptionDataChannel = value; }
71
73
86 inline const ChannelMapping& GetChannelMapping() const { return m_channelMapping; }
87 inline bool ChannelMappingHasBeenSet() const { return m_channelMappingHasBeenSet; }
88 template<typename ChannelMappingT = ChannelMapping>
89 void SetChannelMapping(ChannelMappingT&& value) { m_channelMappingHasBeenSet = true; m_channelMapping = std::forward<ChannelMappingT>(value); }
90 template<typename ChannelMappingT = ChannelMapping>
91 RemixSettings& WithChannelMapping(ChannelMappingT&& value) { SetChannelMapping(std::forward<ChannelMappingT>(value)); return *this;}
93
95
103 inline int GetChannelsIn() const { return m_channelsIn; }
104 inline bool ChannelsInHasBeenSet() const { return m_channelsInHasBeenSet; }
105 inline void SetChannelsIn(int value) { m_channelsInHasBeenSet = true; m_channelsIn = value; }
106 inline RemixSettings& WithChannelsIn(int value) { SetChannelsIn(value); return *this;}
108
110
117 inline int GetChannelsOut() const { return m_channelsOut; }
118 inline bool ChannelsOutHasBeenSet() const { return m_channelsOutHasBeenSet; }
119 inline void SetChannelsOut(int value) { m_channelsOutHasBeenSet = true; m_channelsOut = value; }
120 inline RemixSettings& WithChannelsOut(int value) { SetChannelsOut(value); return *this;}
122 private:
123
124 int m_audioDescriptionAudioChannel{0};
125 bool m_audioDescriptionAudioChannelHasBeenSet = false;
126
127 int m_audioDescriptionDataChannel{0};
128 bool m_audioDescriptionDataChannelHasBeenSet = false;
129
130 ChannelMapping m_channelMapping;
131 bool m_channelMappingHasBeenSet = false;
132
133 int m_channelsIn{0};
134 bool m_channelsInHasBeenSet = false;
135
136 int m_channelsOut{0};
137 bool m_channelsOutHasBeenSet = false;
138 };
139
140} // namespace Model
141} // namespace MediaConvert
142} // namespace Aws
AWS_MEDIACONVERT_API RemixSettings(Aws::Utils::Json::JsonView jsonValue)
RemixSettings & WithChannelMapping(ChannelMappingT &&value)
RemixSettings & WithChannelsOut(int value)
const ChannelMapping & GetChannelMapping() const
AWS_MEDIACONVERT_API RemixSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
RemixSettings & WithChannelsIn(int value)
void SetChannelMapping(ChannelMappingT &&value)
RemixSettings & WithAudioDescriptionAudioChannel(int value)
RemixSettings & WithAudioDescriptionDataChannel(int value)
AWS_MEDIACONVERT_API RemixSettings()=default
Aws::Utils::Json::JsonValue JsonValue