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-polly
include
aws
polly
model
OutputFormat.h
1
6
#pragma once
7
#include <aws/polly/Polly_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Polly
13
{
14
namespace
Model
15
{
16
enum class
OutputFormat
17
{
18
NOT_SET
,
19
json
,
20
mp3
,
21
ogg_vorbis
,
22
pcm
23
};
24
25
namespace
OutputFormatMapper
26
{
27
AWS_POLLY_API
OutputFormat
GetOutputFormatForName
(
const
Aws::String
& name);
28
29
AWS_POLLY_API
Aws::String
GetNameForOutputFormat
(
OutputFormat
value);
30
}
// namespace OutputFormatMapper
31
}
// namespace Model
32
}
// namespace Polly
33
}
// namespace Aws
Aws::Polly::Model::OutputFormatMapper::GetNameForOutputFormat
AWS_POLLY_API Aws::String GetNameForOutputFormat(OutputFormat value)
Aws::Polly::Model::OutputFormatMapper::GetOutputFormatForName
AWS_POLLY_API OutputFormat GetOutputFormatForName(const Aws::String &name)
Aws::Polly::Model::Engine::NOT_SET
@ NOT_SET
Aws::Polly::Model::OutputFormat
OutputFormat
Definition
OutputFormat.h:17
Aws::Polly::Model::OutputFormat::mp3
@ mp3
Aws::Polly::Model::OutputFormat::json
@ json
Aws::Polly::Model::OutputFormat::pcm
@ pcm
Aws::Polly::Model::OutputFormat::ogg_vorbis
@ ogg_vorbis
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