AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
DolbyVisionLevel6Metadata.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace MediaConvert {
17namespace Model {
18
27 public:
28 AWS_MEDIACONVERT_API DolbyVisionLevel6Metadata() = default;
31 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
32
34
38 inline int GetMaxCll() const { return m_maxCll; }
39 inline bool MaxCllHasBeenSet() const { return m_maxCllHasBeenSet; }
40 inline void SetMaxCll(int value) {
41 m_maxCllHasBeenSet = true;
42 m_maxCll = value;
43 }
45 SetMaxCll(value);
46 return *this;
47 }
49
51
55 inline int GetMaxFall() const { return m_maxFall; }
56 inline bool MaxFallHasBeenSet() const { return m_maxFallHasBeenSet; }
57 inline void SetMaxFall(int value) {
58 m_maxFallHasBeenSet = true;
59 m_maxFall = value;
60 }
62 SetMaxFall(value);
63 return *this;
64 }
66 private:
67 int m_maxCll{0};
68
69 int m_maxFall{0};
70 bool m_maxCllHasBeenSet = false;
71 bool m_maxFallHasBeenSet = false;
72};
73
74} // namespace Model
75} // namespace MediaConvert
76} // namespace Aws
AWS_MEDIACONVERT_API DolbyVisionLevel6Metadata(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API DolbyVisionLevel6Metadata()=default
AWS_MEDIACONVERT_API DolbyVisionLevel6Metadata & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue