AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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
30 };
31
32namespace ProtocolMapper
33{
34AWS_MEDIACONNECT_API Protocol GetProtocolForName(const Aws::String& name);
35
36AWS_MEDIACONNECT_API Aws::String GetNameForProtocol(Protocol value);
37} // namespace ProtocolMapper
38} // namespace Model
39} // namespace MediaConnect
40} // 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