AWS SDK for C++

AWS SDK for C++ Version 1.11.717

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
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace MediaConvert {
21namespace Model {
22
29 public:
30 AWS_MEDIACONVERT_API EmbeddedSourceSettings() = default;
31 AWS_MEDIACONVERT_API EmbeddedSourceSettings(Aws::Utils::Json::JsonView jsonValue);
33 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
42 inline EmbeddedConvert608To708 GetConvert608To708() const { return m_convert608To708; }
43 inline bool Convert608To708HasBeenSet() const { return m_convert608To708HasBeenSet; }
45 m_convert608To708HasBeenSet = true;
46 m_convert608To708 = value;
47 }
49 SetConvert608To708(value);
50 return *this;
51 }
53
55
59 inline int GetSource608ChannelNumber() const { return m_source608ChannelNumber; }
60 inline bool Source608ChannelNumberHasBeenSet() const { return m_source608ChannelNumberHasBeenSet; }
61 inline void SetSource608ChannelNumber(int value) {
62 m_source608ChannelNumberHasBeenSet = true;
63 m_source608ChannelNumber = value;
64 }
67 return *this;
68 }
70
72
76 inline int GetSource608TrackNumber() const { return m_source608TrackNumber; }
77 inline bool Source608TrackNumberHasBeenSet() const { return m_source608TrackNumberHasBeenSet; }
78 inline void SetSource608TrackNumber(int value) {
79 m_source608TrackNumberHasBeenSet = true;
80 m_source608TrackNumber = value;
81 }
84 return *this;
85 }
87
89
94 inline EmbeddedTerminateCaptions GetTerminateCaptions() const { return m_terminateCaptions; }
95 inline bool TerminateCaptionsHasBeenSet() const { return m_terminateCaptionsHasBeenSet; }
97 m_terminateCaptionsHasBeenSet = true;
98 m_terminateCaptions = value;
99 }
102 return *this;
103 }
105 private:
107
108 int m_source608ChannelNumber{0};
109
110 int m_source608TrackNumber{0};
111
113 bool m_convert608To708HasBeenSet = false;
114 bool m_source608ChannelNumberHasBeenSet = false;
115 bool m_source608TrackNumberHasBeenSet = false;
116 bool m_terminateCaptionsHasBeenSet = false;
117};
118
119} // namespace Model
120} // namespace MediaConvert
121} // 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