AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
PassthroughSettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/FrameControl.h>
9#include <aws/mediaconvert/model/VideoSelectorMode.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
30 public:
31 AWS_MEDIACONVERT_API PassthroughSettings() = default;
32 AWS_MEDIACONVERT_API PassthroughSettings(Aws::Utils::Json::JsonView jsonValue);
34 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
49 inline FrameControl GetFrameControl() const { return m_frameControl; }
50 inline bool FrameControlHasBeenSet() const { return m_frameControlHasBeenSet; }
51 inline void SetFrameControl(FrameControl value) {
52 m_frameControlHasBeenSet = true;
53 m_frameControl = value;
54 }
56 SetFrameControl(value);
57 return *this;
58 }
60
62
69 inline VideoSelectorMode GetVideoSelectorMode() const { return m_videoSelectorMode; }
70 inline bool VideoSelectorModeHasBeenSet() const { return m_videoSelectorModeHasBeenSet; }
72 m_videoSelectorModeHasBeenSet = true;
73 m_videoSelectorMode = value;
74 }
77 return *this;
78 }
80 private:
81 FrameControl m_frameControl{FrameControl::NOT_SET};
82
84 bool m_frameControlHasBeenSet = false;
85 bool m_videoSelectorModeHasBeenSet = false;
86};
87
88} // namespace Model
89} // namespace MediaConvert
90} // namespace Aws
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
PassthroughSettings & WithVideoSelectorMode(VideoSelectorMode value)
AWS_MEDIACONVERT_API PassthroughSettings(Aws::Utils::Json::JsonView jsonValue)
PassthroughSettings & WithFrameControl(FrameControl value)
AWS_MEDIACONVERT_API PassthroughSettings()=default
void SetVideoSelectorMode(VideoSelectorMode value)
AWS_MEDIACONVERT_API PassthroughSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue