AWS SDK for C++

AWS SDK for C++ Version 1.11.609

Loading...
Searching...
No Matches
VideoFormat.h
1
6#pragma once
7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace BedrockRuntime
13{
14namespace Model
15{
16 enum class VideoFormat
17 {
18 NOT_SET,
19 mkv,
20 mov,
21 mp4,
22 webm,
23 flv,
24 mpeg,
25 mpg,
26 wmv,
28 };
29
30namespace VideoFormatMapper
31{
32AWS_BEDROCKRUNTIME_API VideoFormat GetVideoFormatForName(const Aws::String& name);
33
34AWS_BEDROCKRUNTIME_API Aws::String GetNameForVideoFormat(VideoFormat value);
35} // namespace VideoFormatMapper
36} // namespace Model
37} // namespace BedrockRuntime
38} // namespace Aws
AWS_BEDROCKRUNTIME_API VideoFormat GetVideoFormatForName(const Aws::String &name)
AWS_BEDROCKRUNTIME_API Aws::String GetNameForVideoFormat(VideoFormat value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String