AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
Protocol.h
1
6#pragma once
7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace MediaConnect
13{
14namespace Model
15{
16 enum class Protocol
17 {
18 NOT_SET,
20 rtp_fec,
21 rtp,
23 rist,
25 cdi,
29 udp,
31 };
32
33namespace ProtocolMapper
34{
35AWS_MEDIACONNECT_API Protocol GetProtocolForName(const Aws::String& name);
36
37AWS_MEDIACONNECT_API Aws::String GetNameForProtocol(Protocol value);
38} // namespace ProtocolMapper
39} // namespace Model
40} // namespace MediaConnect
41} // namespace Aws
AWS_MEDIACONNECT_API Protocol GetProtocolForName(const Aws::String &name)
AWS_MEDIACONNECT_API Aws::String GetNameForProtocol(Protocol value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String