AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FrameCaptureSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/FrameCaptureIntervalUnit.h>
9#include <aws/medialive/model/TimecodeBurninSettings.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 FrameCaptureSettings();
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
47 inline int GetCaptureInterval() const{ return m_captureInterval; }
48 inline bool CaptureIntervalHasBeenSet() const { return m_captureIntervalHasBeenSet; }
49 inline void SetCaptureInterval(int value) { m_captureIntervalHasBeenSet = true; m_captureInterval = value; }
50 inline FrameCaptureSettings& WithCaptureInterval(int value) { SetCaptureInterval(value); return *this;}
52
54
57 inline const FrameCaptureIntervalUnit& GetCaptureIntervalUnits() const{ return m_captureIntervalUnits; }
58 inline bool CaptureIntervalUnitsHasBeenSet() const { return m_captureIntervalUnitsHasBeenSet; }
59 inline void SetCaptureIntervalUnits(const FrameCaptureIntervalUnit& value) { m_captureIntervalUnitsHasBeenSet = true; m_captureIntervalUnits = value; }
60 inline void SetCaptureIntervalUnits(FrameCaptureIntervalUnit&& value) { m_captureIntervalUnitsHasBeenSet = true; m_captureIntervalUnits = std::move(value); }
64
66
69 inline const TimecodeBurninSettings& GetTimecodeBurninSettings() const{ return m_timecodeBurninSettings; }
70 inline bool TimecodeBurninSettingsHasBeenSet() const { return m_timecodeBurninSettingsHasBeenSet; }
71 inline void SetTimecodeBurninSettings(const TimecodeBurninSettings& value) { m_timecodeBurninSettingsHasBeenSet = true; m_timecodeBurninSettings = value; }
72 inline void SetTimecodeBurninSettings(TimecodeBurninSettings&& value) { m_timecodeBurninSettingsHasBeenSet = true; m_timecodeBurninSettings = std::move(value); }
76 private:
77
78 int m_captureInterval;
79 bool m_captureIntervalHasBeenSet = false;
80
81 FrameCaptureIntervalUnit m_captureIntervalUnits;
82 bool m_captureIntervalUnitsHasBeenSet = false;
83
84 TimecodeBurninSettings m_timecodeBurninSettings;
85 bool m_timecodeBurninSettingsHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace MediaLive
90} // namespace Aws
FrameCaptureSettings & WithCaptureInterval(int value)
const FrameCaptureIntervalUnit & GetCaptureIntervalUnits() const
const TimecodeBurninSettings & GetTimecodeBurninSettings() const
FrameCaptureSettings & WithCaptureIntervalUnits(FrameCaptureIntervalUnit &&value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API FrameCaptureSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTimecodeBurninSettings(const TimecodeBurninSettings &value)
void SetTimecodeBurninSettings(TimecodeBurninSettings &&value)
FrameCaptureSettings & WithCaptureIntervalUnits(const FrameCaptureIntervalUnit &value)
FrameCaptureSettings & WithTimecodeBurninSettings(const TimecodeBurninSettings &value)
AWS_MEDIALIVE_API FrameCaptureSettings(Aws::Utils::Json::JsonView jsonValue)
void SetCaptureIntervalUnits(FrameCaptureIntervalUnit &&value)
void SetCaptureIntervalUnits(const FrameCaptureIntervalUnit &value)
FrameCaptureSettings & WithTimecodeBurninSettings(TimecodeBurninSettings &&value)
Aws::Utils::Json::JsonValue JsonValue