AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
CaptionSourceFramerate.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
30 public:
31 AWS_MEDIACONVERT_API CaptionSourceFramerate() = default;
32 AWS_MEDIACONVERT_API CaptionSourceFramerate(Aws::Utils::Json::JsonView jsonValue);
34 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
42 inline int GetFramerateDenominator() const { return m_framerateDenominator; }
43 inline bool FramerateDenominatorHasBeenSet() const { return m_framerateDenominatorHasBeenSet; }
44 inline void SetFramerateDenominator(int value) {
45 m_framerateDenominatorHasBeenSet = true;
46 m_framerateDenominator = value;
47 }
50 return *this;
51 }
53
55
60 inline int GetFramerateNumerator() const { return m_framerateNumerator; }
61 inline bool FramerateNumeratorHasBeenSet() const { return m_framerateNumeratorHasBeenSet; }
62 inline void SetFramerateNumerator(int value) {
63 m_framerateNumeratorHasBeenSet = true;
64 m_framerateNumerator = value;
65 }
68 return *this;
69 }
71 private:
72 int m_framerateDenominator{0};
73
74 int m_framerateNumerator{0};
75 bool m_framerateDenominatorHasBeenSet = false;
76 bool m_framerateNumeratorHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace MediaConvert
81} // namespace Aws
CaptionSourceFramerate & WithFramerateNumerator(int value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API CaptionSourceFramerate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API CaptionSourceFramerate(Aws::Utils::Json::JsonView jsonValue)
CaptionSourceFramerate & WithFramerateDenominator(int value)
AWS_MEDIACONVERT_API CaptionSourceFramerate()=default
Aws::Utils::Json::JsonValue JsonValue