AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MultiplexVideoSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/MultiplexStatmuxVideoSettings.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 MediaLive
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_MEDIALIVE_API MultiplexVideoSettings();
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
47 inline int GetConstantBitrate() const{ return m_constantBitrate; }
48 inline bool ConstantBitrateHasBeenSet() const { return m_constantBitrateHasBeenSet; }
49 inline void SetConstantBitrate(int value) { m_constantBitrateHasBeenSet = true; m_constantBitrate = value; }
50 inline MultiplexVideoSettings& WithConstantBitrate(int value) { SetConstantBitrate(value); return *this;}
52
54
59 inline const MultiplexStatmuxVideoSettings& GetStatmuxSettings() const{ return m_statmuxSettings; }
60 inline bool StatmuxSettingsHasBeenSet() const { return m_statmuxSettingsHasBeenSet; }
61 inline void SetStatmuxSettings(const MultiplexStatmuxVideoSettings& value) { m_statmuxSettingsHasBeenSet = true; m_statmuxSettings = value; }
62 inline void SetStatmuxSettings(MultiplexStatmuxVideoSettings&& value) { m_statmuxSettingsHasBeenSet = true; m_statmuxSettings = std::move(value); }
66 private:
67
68 int m_constantBitrate;
69 bool m_constantBitrateHasBeenSet = false;
70
71 MultiplexStatmuxVideoSettings m_statmuxSettings;
72 bool m_statmuxSettingsHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace MediaLive
77} // namespace Aws
const MultiplexStatmuxVideoSettings & GetStatmuxSettings() const
MultiplexVideoSettings & WithConstantBitrate(int value)
MultiplexVideoSettings & WithStatmuxSettings(const MultiplexStatmuxVideoSettings &value)
AWS_MEDIALIVE_API MultiplexVideoSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
MultiplexVideoSettings & WithStatmuxSettings(MultiplexStatmuxVideoSettings &&value)
void SetStatmuxSettings(MultiplexStatmuxVideoSettings &&value)
AWS_MEDIALIVE_API MultiplexVideoSettings(Aws::Utils::Json::JsonView jsonValue)
void SetStatmuxSettings(const MultiplexStatmuxVideoSettings &value)
Aws::Utils::Json::JsonValue JsonValue