AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
EmbeddedSourceSettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/EmbeddedConvert608To708.h>
9#include <aws/mediaconvert/model/EmbeddedTerminateCaptions.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 MediaConvert
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_MEDIACONVERT_API EmbeddedSourceSettings() = default;
36 AWS_MEDIACONVERT_API EmbeddedSourceSettings(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
48 inline EmbeddedConvert608To708 GetConvert608To708() const { return m_convert608To708; }
49 inline bool Convert608To708HasBeenSet() const { return m_convert608To708HasBeenSet; }
50 inline void SetConvert608To708(EmbeddedConvert608To708 value) { m_convert608To708HasBeenSet = true; m_convert608To708 = value; }
53
55
59 inline int GetSource608ChannelNumber() const { return m_source608ChannelNumber; }
60 inline bool Source608ChannelNumberHasBeenSet() const { return m_source608ChannelNumberHasBeenSet; }
61 inline void SetSource608ChannelNumber(int value) { m_source608ChannelNumberHasBeenSet = true; m_source608ChannelNumber = value; }
64
66
70 inline int GetSource608TrackNumber() const { return m_source608TrackNumber; }
71 inline bool Source608TrackNumberHasBeenSet() const { return m_source608TrackNumberHasBeenSet; }
72 inline void SetSource608TrackNumber(int value) { m_source608TrackNumberHasBeenSet = true; m_source608TrackNumber = value; }
75
77
82 inline EmbeddedTerminateCaptions GetTerminateCaptions() const { return m_terminateCaptions; }
83 inline bool TerminateCaptionsHasBeenSet() const { return m_terminateCaptionsHasBeenSet; }
84 inline void SetTerminateCaptions(EmbeddedTerminateCaptions value) { m_terminateCaptionsHasBeenSet = true; m_terminateCaptions = value; }
87 private:
88
90 bool m_convert608To708HasBeenSet = false;
91
92 int m_source608ChannelNumber{0};
93 bool m_source608ChannelNumberHasBeenSet = false;
94
95 int m_source608TrackNumber{0};
96 bool m_source608TrackNumberHasBeenSet = false;
97
99 bool m_terminateCaptionsHasBeenSet = false;
100 };
101
102} // namespace Model
103} // namespace MediaConvert
104} // namespace Aws
EmbeddedTerminateCaptions GetTerminateCaptions() const
EmbeddedSourceSettings & WithSource608ChannelNumber(int value)
AWS_MEDIACONVERT_API EmbeddedSourceSettings()=default
EmbeddedSourceSettings & WithSource608TrackNumber(int value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTerminateCaptions(EmbeddedTerminateCaptions value)
AWS_MEDIACONVERT_API EmbeddedSourceSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
EmbeddedSourceSettings & WithConvert608To708(EmbeddedConvert608To708 value)
EmbeddedSourceSettings & WithTerminateCaptions(EmbeddedTerminateCaptions value)
void SetConvert608To708(EmbeddedConvert608To708 value)
AWS_MEDIACONVERT_API EmbeddedSourceSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue