AWS SDK for C++

AWS SDK for C++ Version 1.11.611

Loading...
Searching...
No Matches
VideoCodec.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace MediaConvert
13{
14namespace Model
15{
16 enum class VideoCodec
17 {
18 NOT_SET,
19 AV1,
22 GIF,
23 H_264,
24 H_265,
25 MPEG2,
27 PRORES,
29 VC3,
30 VP8,
31 VP9,
32 XAVC
33 };
34
35namespace VideoCodecMapper
36{
37AWS_MEDIACONVERT_API VideoCodec GetVideoCodecForName(const Aws::String& name);
38
39AWS_MEDIACONVERT_API Aws::String GetNameForVideoCodec(VideoCodec value);
40} // namespace VideoCodecMapper
41} // namespace Model
42} // namespace MediaConvert
43} // namespace Aws
AWS_MEDIACONVERT_API VideoCodec GetVideoCodecForName(const Aws::String &name)
AWS_MEDIACONVERT_API Aws::String GetNameForVideoCodec(VideoCodec value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String