AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-mediaconvert
include
aws
mediaconvert
model
SrtDestinationSettings.h
1
6
#pragma once
7
#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8
#include <aws/mediaconvert/model/SrtStylePassthrough.h>
9
#include <utility>
10
11
namespace
Aws
12
{
13
namespace
Utils
14
{
15
namespace
Json
16
{
17
class
JsonValue
;
18
class
JsonView;
19
}
// namespace Json
20
}
// namespace Utils
21
namespace
MediaConvert
22
{
23
namespace
Model
24
{
25
34
class
SrtDestinationSettings
35
{
36
public
:
37
AWS_MEDIACONVERT_API
SrtDestinationSettings
();
38
AWS_MEDIACONVERT_API
SrtDestinationSettings
(
Aws::Utils::Json::JsonView
jsonValue);
39
AWS_MEDIACONVERT_API
SrtDestinationSettings
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
40
AWS_MEDIACONVERT_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
41
42
44
51
inline
const
SrtStylePassthrough
&
GetStylePassthrough
()
const
{
return
m_stylePassthrough; }
52
inline
bool
StylePassthroughHasBeenSet
()
const
{
return
m_stylePassthroughHasBeenSet; }
53
inline
void
SetStylePassthrough
(
const
SrtStylePassthrough
& value) { m_stylePassthroughHasBeenSet =
true
; m_stylePassthrough = value; }
54
inline
void
SetStylePassthrough
(
SrtStylePassthrough
&& value) { m_stylePassthroughHasBeenSet =
true
; m_stylePassthrough = std::move(value); }
55
inline
SrtDestinationSettings
&
WithStylePassthrough
(
const
SrtStylePassthrough
& value) {
SetStylePassthrough
(value);
return
*
this
;}
56
inline
SrtDestinationSettings
&
WithStylePassthrough
(
SrtStylePassthrough
&& value) {
SetStylePassthrough
(std::move(value));
return
*
this
;}
58
private
:
59
60
SrtStylePassthrough
m_stylePassthrough;
61
bool
m_stylePassthroughHasBeenSet =
false
;
62
};
63
64
}
// namespace Model
65
}
// namespace MediaConvert
66
}
// namespace Aws
Aws::MediaConvert::Model::SrtDestinationSettings
Definition
SrtDestinationSettings.h:35
Aws::MediaConvert::Model::SrtDestinationSettings::GetStylePassthrough
const SrtStylePassthrough & GetStylePassthrough() const
Definition
SrtDestinationSettings.h:51
Aws::MediaConvert::Model::SrtDestinationSettings::SetStylePassthrough
void SetStylePassthrough(const SrtStylePassthrough &value)
Definition
SrtDestinationSettings.h:53
Aws::MediaConvert::Model::SrtDestinationSettings::Jsonize
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::MediaConvert::Model::SrtDestinationSettings::WithStylePassthrough
SrtDestinationSettings & WithStylePassthrough(const SrtStylePassthrough &value)
Definition
SrtDestinationSettings.h:55
Aws::MediaConvert::Model::SrtDestinationSettings::operator=
AWS_MEDIACONVERT_API SrtDestinationSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaConvert::Model::SrtDestinationSettings::SetStylePassthrough
void SetStylePassthrough(SrtStylePassthrough &&value)
Definition
SrtDestinationSettings.h:54
Aws::MediaConvert::Model::SrtDestinationSettings::StylePassthroughHasBeenSet
bool StylePassthroughHasBeenSet() const
Definition
SrtDestinationSettings.h:52
Aws::MediaConvert::Model::SrtDestinationSettings::WithStylePassthrough
SrtDestinationSettings & WithStylePassthrough(SrtStylePassthrough &&value)
Definition
SrtDestinationSettings.h:56
Aws::MediaConvert::Model::SrtDestinationSettings::SrtDestinationSettings
AWS_MEDIACONVERT_API SrtDestinationSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaConvert::Model::SrtDestinationSettings::SrtDestinationSettings
AWS_MEDIACONVERT_API SrtDestinationSettings()
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws::MediaConvert::Model::SrtStylePassthrough
SrtStylePassthrough
Definition
SrtStylePassthrough.h:17
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences