AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CmafImageBasedTrickPlaySettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/CmafIntervalCadence.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MediaConvert
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_MEDIACONVERT_API CmafImageBasedTrickPlaySettings();
38 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
48 inline const CmafIntervalCadence& GetIntervalCadence() const{ return m_intervalCadence; }
49 inline bool IntervalCadenceHasBeenSet() const { return m_intervalCadenceHasBeenSet; }
50 inline void SetIntervalCadence(const CmafIntervalCadence& value) { m_intervalCadenceHasBeenSet = true; m_intervalCadence = value; }
51 inline void SetIntervalCadence(CmafIntervalCadence&& value) { m_intervalCadenceHasBeenSet = true; m_intervalCadence = std::move(value); }
55
57
63 inline int GetThumbnailHeight() const{ return m_thumbnailHeight; }
64 inline bool ThumbnailHeightHasBeenSet() const { return m_thumbnailHeightHasBeenSet; }
65 inline void SetThumbnailHeight(int value) { m_thumbnailHeightHasBeenSet = true; m_thumbnailHeight = value; }
68
70
77 inline double GetThumbnailInterval() const{ return m_thumbnailInterval; }
78 inline bool ThumbnailIntervalHasBeenSet() const { return m_thumbnailIntervalHasBeenSet; }
79 inline void SetThumbnailInterval(double value) { m_thumbnailIntervalHasBeenSet = true; m_thumbnailInterval = value; }
80 inline CmafImageBasedTrickPlaySettings& WithThumbnailInterval(double value) { SetThumbnailInterval(value); return *this;}
82
84
88 inline int GetThumbnailWidth() const{ return m_thumbnailWidth; }
89 inline bool ThumbnailWidthHasBeenSet() const { return m_thumbnailWidthHasBeenSet; }
90 inline void SetThumbnailWidth(int value) { m_thumbnailWidthHasBeenSet = true; m_thumbnailWidth = value; }
91 inline CmafImageBasedTrickPlaySettings& WithThumbnailWidth(int value) { SetThumbnailWidth(value); return *this;}
93
95
99 inline int GetTileHeight() const{ return m_tileHeight; }
100 inline bool TileHeightHasBeenSet() const { return m_tileHeightHasBeenSet; }
101 inline void SetTileHeight(int value) { m_tileHeightHasBeenSet = true; m_tileHeight = value; }
102 inline CmafImageBasedTrickPlaySettings& WithTileHeight(int value) { SetTileHeight(value); return *this;}
104
106
109 inline int GetTileWidth() const{ return m_tileWidth; }
110 inline bool TileWidthHasBeenSet() const { return m_tileWidthHasBeenSet; }
111 inline void SetTileWidth(int value) { m_tileWidthHasBeenSet = true; m_tileWidth = value; }
112 inline CmafImageBasedTrickPlaySettings& WithTileWidth(int value) { SetTileWidth(value); return *this;}
114 private:
115
116 CmafIntervalCadence m_intervalCadence;
117 bool m_intervalCadenceHasBeenSet = false;
118
119 int m_thumbnailHeight;
120 bool m_thumbnailHeightHasBeenSet = false;
121
122 double m_thumbnailInterval;
123 bool m_thumbnailIntervalHasBeenSet = false;
124
125 int m_thumbnailWidth;
126 bool m_thumbnailWidthHasBeenSet = false;
127
128 int m_tileHeight;
129 bool m_tileHeightHasBeenSet = false;
130
131 int m_tileWidth;
132 bool m_tileWidthHasBeenSet = false;
133 };
134
135} // namespace Model
136} // namespace MediaConvert
137} // namespace Aws
CmafImageBasedTrickPlaySettings & WithIntervalCadence(CmafIntervalCadence &&value)
AWS_MEDIACONVERT_API CmafImageBasedTrickPlaySettings(Aws::Utils::Json::JsonView jsonValue)
CmafImageBasedTrickPlaySettings & WithThumbnailInterval(double value)
AWS_MEDIACONVERT_API CmafImageBasedTrickPlaySettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
CmafImageBasedTrickPlaySettings & WithIntervalCadence(const CmafIntervalCadence &value)
Aws::Utils::Json::JsonValue JsonValue