LeviLamina
Loading...
Searching...
No Matches
RelayServerConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/ProtocolType.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class SocketAddress; }
11// clang-format on
12
13namespace webrtc {
14
16public:
17 // member variables
18 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34
36 ::webrtc::SocketAddress const& address,
37 ::std::string_view username,
38 ::std::string_view password,
39 ::webrtc::ProtocolType proto
40 );
41
42 MCNAPI ::webrtc::RelayServerConfig& operator=(::webrtc::RelayServerConfig const&);
43
44 MCNAPI bool operator==(::webrtc::RelayServerConfig const& o) const;
45
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCNAPI void* $ctor();
53
54 MCNAPI void* $ctor(::webrtc::RelayServerConfig const&);
55
56 MCNAPI void* $ctor(
57 ::webrtc::SocketAddress const& address,
58 ::std::string_view username,
59 ::std::string_view password,
60 ::webrtc::ProtocolType proto
61 );
62 // NOLINTEND
63
64public:
65 // destructor thunk
66 // NOLINTBEGIN
67 MCNAPI void $dtor();
68 // NOLINTEND
69};
70
71} // namespace webrtc
Definition SocketAddress.h:15
Definition Alias.h:14
Definition RelayServerConfig.h:15
MCAPI void * $ctor(::webrtc::RelayServerConfig const &)
MCAPI bool operator==(::webrtc::RelayServerConfig const &o) const
MCAPI::webrtc::RelayServerConfig & operator=(::webrtc::RelayServerConfig const &)
MCAPI RelayServerConfig(::webrtc::SocketAddress const &address, ::std::string_view username, ::std::string_view password, ::webrtc::ProtocolType proto)
MCAPI RelayServerConfig(::webrtc::RelayServerConfig const &)
MCAPI void * $ctor(::webrtc::SocketAddress const &address, ::std::string_view username, ::std::string_view password, ::webrtc::ProtocolType proto)