AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AiffSettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaConvert
20{
21namespace Model
22{
23
30 {
31 public:
32 AWS_MEDIACONVERT_API AiffSettings();
33 AWS_MEDIACONVERT_API AiffSettings(Aws::Utils::Json::JsonView jsonValue);
34 AWS_MEDIACONVERT_API AiffSettings& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
43 inline int GetBitDepth() const{ return m_bitDepth; }
44 inline bool BitDepthHasBeenSet() const { return m_bitDepthHasBeenSet; }
45 inline void SetBitDepth(int value) { m_bitDepthHasBeenSet = true; m_bitDepth = value; }
46 inline AiffSettings& WithBitDepth(int value) { SetBitDepth(value); return *this;}
48
50
54 inline int GetChannels() const{ return m_channels; }
55 inline bool ChannelsHasBeenSet() const { return m_channelsHasBeenSet; }
56 inline void SetChannels(int value) { m_channelsHasBeenSet = true; m_channels = value; }
57 inline AiffSettings& WithChannels(int value) { SetChannels(value); return *this;}
59
61
64 inline int GetSampleRate() const{ return m_sampleRate; }
65 inline bool SampleRateHasBeenSet() const { return m_sampleRateHasBeenSet; }
66 inline void SetSampleRate(int value) { m_sampleRateHasBeenSet = true; m_sampleRate = value; }
67 inline AiffSettings& WithSampleRate(int value) { SetSampleRate(value); return *this;}
69 private:
70
71 int m_bitDepth;
72 bool m_bitDepthHasBeenSet = false;
73
74 int m_channels;
75 bool m_channelsHasBeenSet = false;
76
77 int m_sampleRate;
78 bool m_sampleRateHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace MediaConvert
83} // namespace Aws
AiffSettings & WithChannels(int value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API AiffSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AiffSettings & WithSampleRate(int value)
AiffSettings & WithBitDepth(int value)
AWS_MEDIACONVERT_API AiffSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API AiffSettings()
Aws::Utils::Json::JsonValue JsonValue