7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs-realtime/model/VideoFillMode.h>
10#include <aws/ivs-realtime/model/PipBehavior.h>
11#include <aws/ivs-realtime/model/PipPosition.h>
54 template<
typename FeaturedParticipantAttributeT = Aws::String>
55 void SetFeaturedParticipantAttribute(FeaturedParticipantAttributeT&& value) { m_featuredParticipantAttributeHasBeenSet =
true; m_featuredParticipantAttribute = std::forward<FeaturedParticipantAttributeT>(value); }
56 template<
typename FeaturedParticipantAttributeT = Aws::String>
67 inline void SetOmitStoppedVideo(
bool value) { m_omitStoppedVideoHasBeenSet =
true; m_omitStoppedVideo = value; }
90 inline void SetGridGap(
int value) { m_gridGapHasBeenSet =
true; m_gridGap = value; }
103 template<
typename PipParticipantAttributeT = Aws::String>
104 void SetPipParticipantAttribute(PipParticipantAttributeT&& value) { m_pipParticipantAttributeHasBeenSet =
true; m_pipParticipantAttribute = std::forward<PipParticipantAttributeT>(value); }
105 template<
typename PipParticipantAttributeT = Aws::String>
128 inline void SetPipOffset(
int value) { m_pipOffsetHasBeenSet =
true; m_pipOffset = value; }
151 inline void SetPipWidth(
int value) { m_pipWidthHasBeenSet =
true; m_pipWidth = value; }
163 inline void SetPipHeight(
int value) { m_pipHeightHasBeenSet =
true; m_pipHeight = value; }
169 bool m_featuredParticipantAttributeHasBeenSet =
false;
171 bool m_omitStoppedVideo{
false};
172 bool m_omitStoppedVideoHasBeenSet =
false;
175 bool m_videoFillModeHasBeenSet =
false;
178 bool m_gridGapHasBeenSet =
false;
181 bool m_pipParticipantAttributeHasBeenSet =
false;
184 bool m_pipBehaviorHasBeenSet =
false;
187 bool m_pipOffsetHasBeenSet =
false;
190 bool m_pipPositionHasBeenSet =
false;
193 bool m_pipWidthHasBeenSet =
false;
196 bool m_pipHeightHasBeenSet =
false;
PipConfiguration & WithGridGap(int value)
void SetOmitStoppedVideo(bool value)
PipConfiguration & WithPipPosition(PipPosition value)
bool PipWidthHasBeenSet() const
PipConfiguration & WithOmitStoppedVideo(bool value)
void SetPipOffset(int value)
void SetFeaturedParticipantAttribute(FeaturedParticipantAttributeT &&value)
bool PipPositionHasBeenSet() const
bool GetOmitStoppedVideo() const
void SetVideoFillMode(VideoFillMode value)
bool PipOffsetHasBeenSet() const
bool GridGapHasBeenSet() const
const Aws::String & GetPipParticipantAttribute() const
PipConfiguration & WithPipParticipantAttribute(PipParticipantAttributeT &&value)
VideoFillMode GetVideoFillMode() const
bool PipHeightHasBeenSet() const
void SetPipPosition(PipPosition value)
PipConfiguration & WithPipBehavior(PipBehavior value)
AWS_IVSREALTIME_API PipConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool PipBehaviorHasBeenSet() const
bool PipParticipantAttributeHasBeenSet() const
PipConfiguration & WithVideoFillMode(VideoFillMode value)
PipConfiguration & WithFeaturedParticipantAttribute(FeaturedParticipantAttributeT &&value)
PipConfiguration & WithPipHeight(int value)
void SetPipWidth(int value)
PipConfiguration & WithPipOffset(int value)
void SetPipHeight(int value)
PipPosition GetPipPosition() const
bool FeaturedParticipantAttributeHasBeenSet() const
PipBehavior GetPipBehavior() const
PipConfiguration & WithPipWidth(int value)
bool OmitStoppedVideoHasBeenSet() const
AWS_IVSREALTIME_API PipConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFeaturedParticipantAttribute() const
void SetPipParticipantAttribute(PipParticipantAttributeT &&value)
void SetPipBehavior(PipBehavior value)
AWS_IVSREALTIME_API PipConfiguration()=default
bool VideoFillModeHasBeenSet() const
void SetGridGap(int value)
AWS_IVSREALTIME_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue