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-mediaconnect
include
aws
mediaconnect
model
Colorimetry.h
1
6
#pragma once
7
#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
MediaConnect
13
{
14
namespace
Model
15
{
16
enum class
Colorimetry
17
{
18
NOT_SET
,
19
BT601
,
20
BT709
,
21
BT2020
,
22
BT2100
,
23
ST2065_1
,
24
ST2065_3
,
25
XYZ
26
};
27
28
namespace
ColorimetryMapper
29
{
30
AWS_MEDIACONNECT_API
Colorimetry
GetColorimetryForName
(
const
Aws::String
& name);
31
32
AWS_MEDIACONNECT_API
Aws::String
GetNameForColorimetry
(
Colorimetry
value);
33
}
// namespace ColorimetryMapper
34
}
// namespace Model
35
}
// namespace MediaConnect
36
}
// namespace Aws
Aws::MediaConnect::Model::ColorimetryMapper::GetColorimetryForName
AWS_MEDIACONNECT_API Colorimetry GetColorimetryForName(const Aws::String &name)
Aws::MediaConnect::Model::ColorimetryMapper::GetNameForColorimetry
AWS_MEDIACONNECT_API Aws::String GetNameForColorimetry(Colorimetry value)
Aws::MediaConnect::Model::Algorithm::NOT_SET
@ NOT_SET
Aws::MediaConnect::Model::Colorimetry
Colorimetry
Definition
Colorimetry.h:17
Aws::MediaConnect::Model::Colorimetry::BT709
@ BT709
Aws::MediaConnect::Model::Colorimetry::ST2065_1
@ ST2065_1
Aws::MediaConnect::Model::Colorimetry::BT601
@ BT601
Aws::MediaConnect::Model::Colorimetry::BT2020
@ BT2020
Aws::MediaConnect::Model::Colorimetry::BT2100
@ BT2100
Aws::MediaConnect::Model::Colorimetry::XYZ
@ XYZ
Aws::MediaConnect::Model::Colorimetry::ST2065_3
@ ST2065_3
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences