AWS SDK for C++

AWS SDK for C++ Version 1.11.744

Loading...
Searching...
No Matches
Protocol.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
9
10namespace Aws {
11namespace MediaConnect {
12namespace Model {
13enum class Protocol {
14 NOT_SET,
16 rtp_fec,
17 rtp,
19 rist,
21 cdi,
25 udp,
27};
28
29namespace ProtocolMapper {
30AWS_MEDIACONNECT_API Protocol GetProtocolForName(const Aws::String& name);
31
32AWS_MEDIACONNECT_API Aws::String GetNameForProtocol(Protocol value);
33} // namespace ProtocolMapper
34} // namespace Model
35} // namespace MediaConnect
36} // 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