AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
EmbeddedSourceSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/EmbeddedConvert608To708.h>
9#include <aws/medialive/model/EmbeddedScte20Detection.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace MediaLive
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_MEDIALIVE_API EmbeddedSourceSettings();
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
47 inline const EmbeddedConvert608To708& GetConvert608To708() const{ return m_convert608To708; }
48 inline bool Convert608To708HasBeenSet() const { return m_convert608To708HasBeenSet; }
49 inline void SetConvert608To708(const EmbeddedConvert608To708& value) { m_convert608To708HasBeenSet = true; m_convert608To708 = value; }
50 inline void SetConvert608To708(EmbeddedConvert608To708&& value) { m_convert608To708HasBeenSet = true; m_convert608To708 = std::move(value); }
52 inline EmbeddedSourceSettings& WithConvert608To708(EmbeddedConvert608To708&& value) { SetConvert608To708(std::move(value)); return *this;}
54
56
60 inline const EmbeddedScte20Detection& GetScte20Detection() const{ return m_scte20Detection; }
61 inline bool Scte20DetectionHasBeenSet() const { return m_scte20DetectionHasBeenSet; }
62 inline void SetScte20Detection(const EmbeddedScte20Detection& value) { m_scte20DetectionHasBeenSet = true; m_scte20Detection = value; }
63 inline void SetScte20Detection(EmbeddedScte20Detection&& value) { m_scte20DetectionHasBeenSet = true; m_scte20Detection = std::move(value); }
65 inline EmbeddedSourceSettings& WithScte20Detection(EmbeddedScte20Detection&& value) { SetScte20Detection(std::move(value)); return *this;}
67
69
73 inline int GetSource608ChannelNumber() const{ return m_source608ChannelNumber; }
74 inline bool Source608ChannelNumberHasBeenSet() const { return m_source608ChannelNumberHasBeenSet; }
75 inline void SetSource608ChannelNumber(int value) { m_source608ChannelNumberHasBeenSet = true; m_source608ChannelNumber = value; }
78
80
83 inline int GetSource608TrackNumber() const{ return m_source608TrackNumber; }
84 inline bool Source608TrackNumberHasBeenSet() const { return m_source608TrackNumberHasBeenSet; }
85 inline void SetSource608TrackNumber(int value) { m_source608TrackNumberHasBeenSet = true; m_source608TrackNumber = value; }
88 private:
89
90 EmbeddedConvert608To708 m_convert608To708;
91 bool m_convert608To708HasBeenSet = false;
92
93 EmbeddedScte20Detection m_scte20Detection;
94 bool m_scte20DetectionHasBeenSet = false;
95
96 int m_source608ChannelNumber;
97 bool m_source608ChannelNumberHasBeenSet = false;
98
99 int m_source608TrackNumber;
100 bool m_source608TrackNumberHasBeenSet = false;
101 };
102
103} // namespace Model
104} // namespace MediaLive
105} // namespace Aws
void SetConvert608To708(EmbeddedConvert608To708 &&value)
const EmbeddedScte20Detection & GetScte20Detection() const
AWS_MEDIALIVE_API EmbeddedSourceSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetScte20Detection(const EmbeddedScte20Detection &value)
EmbeddedSourceSettings & WithSource608TrackNumber(int value)
const EmbeddedConvert608To708 & GetConvert608To708() const
void SetConvert608To708(const EmbeddedConvert608To708 &value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
EmbeddedSourceSettings & WithScte20Detection(const EmbeddedScte20Detection &value)
AWS_MEDIALIVE_API EmbeddedSourceSettings(Aws::Utils::Json::JsonView jsonValue)
EmbeddedSourceSettings & WithSource608ChannelNumber(int value)
EmbeddedSourceSettings & WithConvert608To708(const EmbeddedConvert608To708 &value)
void SetScte20Detection(EmbeddedScte20Detection &&value)
EmbeddedSourceSettings & WithScte20Detection(EmbeddedScte20Detection &&value)
EmbeddedSourceSettings & WithConvert608To708(EmbeddedConvert608To708 &&value)
Aws::Utils::Json::JsonValue JsonValue