AWS SDK for C++

AWS SDK for C++ Version 1.11.891

Loading...
Searching...
No Matches
AbWatermarkingCustomProfile.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace MediaLive {
17namespace Model {
18
25 public:
26 AWS_MEDIALIVE_API AbWatermarkingCustomProfile() = default;
29 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
35 inline double GetEmbeddingFrequency() const { return m_embeddingFrequency; }
36 inline bool EmbeddingFrequencyHasBeenSet() const { return m_embeddingFrequencyHasBeenSet; }
37 inline void SetEmbeddingFrequency(double value) {
38 m_embeddingFrequencyHasBeenSet = true;
39 m_embeddingFrequency = value;
40 }
43 return *this;
44 }
46
48
51 inline double GetSceneCut() const { return m_sceneCut; }
52 inline bool SceneCutHasBeenSet() const { return m_sceneCutHasBeenSet; }
53 inline void SetSceneCut(double value) {
54 m_sceneCutHasBeenSet = true;
55 m_sceneCut = value;
56 }
58 SetSceneCut(value);
59 return *this;
60 }
62
64
67 inline double GetTargetPsnr() const { return m_targetPsnr; }
68 inline bool TargetPsnrHasBeenSet() const { return m_targetPsnrHasBeenSet; }
69 inline void SetTargetPsnr(double value) {
70 m_targetPsnrHasBeenSet = true;
71 m_targetPsnr = value;
72 }
74 SetTargetPsnr(value);
75 return *this;
76 }
78 private:
79 double m_embeddingFrequency{0.0};
80
81 double m_sceneCut{0.0};
82
83 double m_targetPsnr{0.0};
84 bool m_embeddingFrequencyHasBeenSet = false;
85 bool m_sceneCutHasBeenSet = false;
86 bool m_targetPsnrHasBeenSet = false;
87};
88
89} // namespace Model
90} // namespace MediaLive
91} // namespace Aws
AWS_MEDIALIVE_API AbWatermarkingCustomProfile()=default
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API AbWatermarkingCustomProfile(Aws::Utils::Json::JsonView jsonValue)
AbWatermarkingCustomProfile & WithEmbeddingFrequency(double value)
AbWatermarkingCustomProfile & WithTargetPsnr(double value)
AbWatermarkingCustomProfile & WithSceneCut(double value)
AWS_MEDIALIVE_API AbWatermarkingCustomProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue