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
TrackSourceSettings.h
1
6
#pragma once
7
#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8
9
namespace
Aws
10
{
11
namespace
Utils
12
{
13
namespace
Json
14
{
15
class
JsonValue
;
16
class
JsonView;
17
}
// namespace Json
18
}
// namespace Utils
19
namespace
MediaConvert
20
{
21
namespace
Model
22
{
23
32
class
TrackSourceSettings
33
{
34
public
:
35
AWS_MEDIACONVERT_API
TrackSourceSettings
();
36
AWS_MEDIACONVERT_API
TrackSourceSettings
(
Aws::Utils::Json::JsonView
jsonValue);
37
AWS_MEDIACONVERT_API
TrackSourceSettings
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
38
AWS_MEDIACONVERT_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
39
40
42
50
inline
int
GetTrackNumber
()
const
{
return
m_trackNumber; }
51
inline
bool
TrackNumberHasBeenSet
()
const
{
return
m_trackNumberHasBeenSet; }
52
inline
void
SetTrackNumber
(
int
value) { m_trackNumberHasBeenSet =
true
; m_trackNumber = value; }
53
inline
TrackSourceSettings
&
WithTrackNumber
(
int
value) {
SetTrackNumber
(value);
return
*
this
;}
55
private
:
56
57
int
m_trackNumber;
58
bool
m_trackNumberHasBeenSet =
false
;
59
};
60
61
}
// namespace Model
62
}
// namespace MediaConvert
63
}
// namespace Aws
Aws::MediaConvert::Model::TrackSourceSettings
Definition
TrackSourceSettings.h:33
Aws::MediaConvert::Model::TrackSourceSettings::WithTrackNumber
TrackSourceSettings & WithTrackNumber(int value)
Definition
TrackSourceSettings.h:53
Aws::MediaConvert::Model::TrackSourceSettings::operator=
AWS_MEDIACONVERT_API TrackSourceSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaConvert::Model::TrackSourceSettings::TrackNumberHasBeenSet
bool TrackNumberHasBeenSet() const
Definition
TrackSourceSettings.h:51
Aws::MediaConvert::Model::TrackSourceSettings::SetTrackNumber
void SetTrackNumber(int value)
Definition
TrackSourceSettings.h:52
Aws::MediaConvert::Model::TrackSourceSettings::GetTrackNumber
int GetTrackNumber() const
Definition
TrackSourceSettings.h:50
Aws::MediaConvert::Model::TrackSourceSettings::TrackSourceSettings
AWS_MEDIACONVERT_API TrackSourceSettings()
Aws::MediaConvert::Model::TrackSourceSettings::TrackSourceSettings
AWS_MEDIACONVERT_API TrackSourceSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaConvert::Model::TrackSourceSettings::Jsonize
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences