AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DolbyVisionLevel6Metadata.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_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 MediaConvert
20{
21namespace Model
22{
23
32 {
33 public:
34 AWS_MEDIACONVERT_API DolbyVisionLevel6Metadata();
37 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
45 inline int GetMaxCll() const{ return m_maxCll; }
46 inline bool MaxCllHasBeenSet() const { return m_maxCllHasBeenSet; }
47 inline void SetMaxCll(int value) { m_maxCllHasBeenSet = true; m_maxCll = value; }
48 inline DolbyVisionLevel6Metadata& WithMaxCll(int value) { SetMaxCll(value); return *this;}
50
52
56 inline int GetMaxFall() const{ return m_maxFall; }
57 inline bool MaxFallHasBeenSet() const { return m_maxFallHasBeenSet; }
58 inline void SetMaxFall(int value) { m_maxFallHasBeenSet = true; m_maxFall = value; }
59 inline DolbyVisionLevel6Metadata& WithMaxFall(int value) { SetMaxFall(value); return *this;}
61 private:
62
63 int m_maxCll;
64 bool m_maxCllHasBeenSet = false;
65
66 int m_maxFall;
67 bool m_maxFallHasBeenSet = false;
68 };
69
70} // namespace Model
71} // namespace MediaConvert
72} // namespace Aws
AWS_MEDIACONVERT_API DolbyVisionLevel6Metadata(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API DolbyVisionLevel6Metadata & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue