AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
HlsImageBasedTrickPlaySettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/HlsIntervalCadence.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 HlsImageBasedTrickPlaySettings() = default;
38 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
48 inline HlsIntervalCadence GetIntervalCadence() const { return m_intervalCadence; }
49 inline bool IntervalCadenceHasBeenSet() const { return m_intervalCadenceHasBeenSet; }
50 inline void SetIntervalCadence(HlsIntervalCadence value) { m_intervalCadenceHasBeenSet = true; m_intervalCadence = value; }
53
55
61 inline int GetThumbnailHeight() const { return m_thumbnailHeight; }
62 inline bool ThumbnailHeightHasBeenSet() const { return m_thumbnailHeightHasBeenSet; }
63 inline void SetThumbnailHeight(int value) { m_thumbnailHeightHasBeenSet = true; m_thumbnailHeight = value; }
64 inline HlsImageBasedTrickPlaySettings& WithThumbnailHeight(int value) { SetThumbnailHeight(value); return *this;}
66
68
75 inline double GetThumbnailInterval() const { return m_thumbnailInterval; }
76 inline bool ThumbnailIntervalHasBeenSet() const { return m_thumbnailIntervalHasBeenSet; }
77 inline void SetThumbnailInterval(double value) { m_thumbnailIntervalHasBeenSet = true; m_thumbnailInterval = value; }
78 inline HlsImageBasedTrickPlaySettings& WithThumbnailInterval(double value) { SetThumbnailInterval(value); return *this;}
80
82
86 inline int GetThumbnailWidth() const { return m_thumbnailWidth; }
87 inline bool ThumbnailWidthHasBeenSet() const { return m_thumbnailWidthHasBeenSet; }
88 inline void SetThumbnailWidth(int value) { m_thumbnailWidthHasBeenSet = true; m_thumbnailWidth = value; }
89 inline HlsImageBasedTrickPlaySettings& WithThumbnailWidth(int value) { SetThumbnailWidth(value); return *this;}
91
93
97 inline int GetTileHeight() const { return m_tileHeight; }
98 inline bool TileHeightHasBeenSet() const { return m_tileHeightHasBeenSet; }
99 inline void SetTileHeight(int value) { m_tileHeightHasBeenSet = true; m_tileHeight = value; }
100 inline HlsImageBasedTrickPlaySettings& WithTileHeight(int value) { SetTileHeight(value); return *this;}
102
104
107 inline int GetTileWidth() const { return m_tileWidth; }
108 inline bool TileWidthHasBeenSet() const { return m_tileWidthHasBeenSet; }
109 inline void SetTileWidth(int value) { m_tileWidthHasBeenSet = true; m_tileWidth = value; }
110 inline HlsImageBasedTrickPlaySettings& WithTileWidth(int value) { SetTileWidth(value); return *this;}
112 private:
113
115 bool m_intervalCadenceHasBeenSet = false;
116
117 int m_thumbnailHeight{0};
118 bool m_thumbnailHeightHasBeenSet = false;
119
120 double m_thumbnailInterval{0.0};
121 bool m_thumbnailIntervalHasBeenSet = false;
122
123 int m_thumbnailWidth{0};
124 bool m_thumbnailWidthHasBeenSet = false;
125
126 int m_tileHeight{0};
127 bool m_tileHeightHasBeenSet = false;
128
129 int m_tileWidth{0};
130 bool m_tileWidthHasBeenSet = false;
131 };
132
133} // namespace Model
134} // namespace MediaConvert
135} // namespace Aws
AWS_MEDIACONVERT_API HlsImageBasedTrickPlaySettings(Aws::Utils::Json::JsonView jsonValue)
HlsImageBasedTrickPlaySettings & WithThumbnailInterval(double value)
AWS_MEDIACONVERT_API HlsImageBasedTrickPlaySettings()=default
HlsImageBasedTrickPlaySettings & WithIntervalCadence(HlsIntervalCadence value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API HlsImageBasedTrickPlaySettings & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue