AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FlacSettings.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
31 {
32 public:
33 AWS_MEDIACONVERT_API FlacSettings();
34 AWS_MEDIACONVERT_API FlacSettings(Aws::Utils::Json::JsonView jsonValue);
35 AWS_MEDIACONVERT_API FlacSettings& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline int GetBitDepth() const{ return m_bitDepth; }
45 inline bool BitDepthHasBeenSet() const { return m_bitDepthHasBeenSet; }
46 inline void SetBitDepth(int value) { m_bitDepthHasBeenSet = true; m_bitDepth = value; }
47 inline FlacSettings& WithBitDepth(int value) { SetBitDepth(value); return *this;}
49
51
56 inline int GetChannels() const{ return m_channels; }
57 inline bool ChannelsHasBeenSet() const { return m_channelsHasBeenSet; }
58 inline void SetChannels(int value) { m_channelsHasBeenSet = true; m_channels = value; }
59 inline FlacSettings& WithChannels(int value) { SetChannels(value); return *this;}
61
63
66 inline int GetSampleRate() const{ return m_sampleRate; }
67 inline bool SampleRateHasBeenSet() const { return m_sampleRateHasBeenSet; }
68 inline void SetSampleRate(int value) { m_sampleRateHasBeenSet = true; m_sampleRate = value; }
69 inline FlacSettings& WithSampleRate(int value) { SetSampleRate(value); return *this;}
71 private:
72
73 int m_bitDepth;
74 bool m_bitDepthHasBeenSet = false;
75
76 int m_channels;
77 bool m_channelsHasBeenSet = false;
78
79 int m_sampleRate;
80 bool m_sampleRateHasBeenSet = false;
81 };
82
83} // namespace Model
84} // namespace MediaConvert
85} // namespace Aws
FlacSettings & WithSampleRate(int value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API FlacSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API FlacSettings()
FlacSettings & WithBitDepth(int value)
AWS_MEDIACONVERT_API FlacSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
FlacSettings & WithChannels(int value)
Aws::Utils::Json::JsonValue JsonValue