AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
VideoBlackFailoverSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaLive
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_MEDIALIVE_API VideoBlackFailoverSettings();
36 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
51 inline double GetBlackDetectThreshold() const{ return m_blackDetectThreshold; }
52 inline bool BlackDetectThresholdHasBeenSet() const { return m_blackDetectThresholdHasBeenSet; }
53 inline void SetBlackDetectThreshold(double value) { m_blackDetectThresholdHasBeenSet = true; m_blackDetectThreshold = value; }
56
58
62 inline int GetVideoBlackThresholdMsec() const{ return m_videoBlackThresholdMsec; }
63 inline bool VideoBlackThresholdMsecHasBeenSet() const { return m_videoBlackThresholdMsecHasBeenSet; }
64 inline void SetVideoBlackThresholdMsec(int value) { m_videoBlackThresholdMsecHasBeenSet = true; m_videoBlackThresholdMsec = value; }
67 private:
68
69 double m_blackDetectThreshold;
70 bool m_blackDetectThresholdHasBeenSet = false;
71
72 int m_videoBlackThresholdMsec;
73 bool m_videoBlackThresholdMsecHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace MediaLive
78} // namespace Aws
AWS_MEDIALIVE_API VideoBlackFailoverSettings(Aws::Utils::Json::JsonView jsonValue)
VideoBlackFailoverSettings & WithVideoBlackThresholdMsec(int value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API VideoBlackFailoverSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
VideoBlackFailoverSettings & WithBlackDetectThreshold(double value)
Aws::Utils::Json::JsonValue JsonValue