AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
AvcIntraUhdSettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/AvcIntraUhdQualityTuningLevel.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaConvert {
20namespace Model {
21
29 public:
30 AWS_MEDIACONVERT_API AvcIntraUhdSettings() = default;
31 AWS_MEDIACONVERT_API AvcIntraUhdSettings(Aws::Utils::Json::JsonView jsonValue);
33 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
44 inline AvcIntraUhdQualityTuningLevel GetQualityTuningLevel() const { return m_qualityTuningLevel; }
45 inline bool QualityTuningLevelHasBeenSet() const { return m_qualityTuningLevelHasBeenSet; }
47 m_qualityTuningLevelHasBeenSet = true;
48 m_qualityTuningLevel = value;
49 }
52 return *this;
53 }
55 private:
57 bool m_qualityTuningLevelHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace MediaConvert
62} // namespace Aws
AWS_MEDIACONVERT_API AvcIntraUhdSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API AvcIntraUhdSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API AvcIntraUhdSettings()=default
void SetQualityTuningLevel(AvcIntraUhdQualityTuningLevel value)
AvcIntraUhdQualityTuningLevel GetQualityTuningLevel() const
AvcIntraUhdSettings & WithQualityTuningLevel(AvcIntraUhdQualityTuningLevel value)
Aws::Utils::Json::JsonValue JsonValue