AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
MatrixCoefficients.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9
10namespace Aws {
11namespace MediaConvert {
12namespace Model {
14 NOT_SET,
15 RGB,
16 ITU_709,
19 FCC,
23 YCgCo,
27 CD_NCL,
28 CD_CL,
30 IPT,
31 EBU3213,
32 LAST
33};
34
35namespace MatrixCoefficientsMapper {
37
39} // namespace MatrixCoefficientsMapper
40} // namespace Model
41} // namespace MediaConvert
42} // namespace Aws
AWS_MEDIACONVERT_API MatrixCoefficients GetMatrixCoefficientsForName(const Aws::String &name)
AWS_MEDIACONVERT_API Aws::String GetNameForMatrixCoefficients(MatrixCoefficients value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String