LeviLamina
Loading...
Searching...
No Matches
DefaultIceTransportFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/IceTransportFactory.h"
7#include "mc/external/webrtc/scoped_refptr.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace webrtc { class IceTransportInterface; }
12namespace webrtc { struct IceTransportInit; }
13// clang-format on
14
15namespace webrtc {
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual ~DefaultIceTransportFactory() /*override*/ = default;
22
23 virtual ::webrtc::scoped_refptr<::webrtc::IceTransportInterface> CreateIceTransport(
24 ::std::string const& transport_name,
25 int component,
27 ) /*override*/;
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33 MCNAPI ::webrtc::scoped_refptr<::webrtc::IceTransportInterface>
34 $CreateIceTransport(::std::string const& transport_name, int component, ::webrtc::IceTransportInit init);
35
36
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftable();
43 // NOLINTEND
44};
45
46} // namespace webrtc
Definition DefaultIceTransportFactory.h:17
static MCAPI void ** $vftable()
MCAPI ::webrtc::scoped_refptr<::webrtc::IceTransportInterface > $CreateIceTransport(::std::string const &transport_name, int component, ::webrtc::IceTransportInit init)
Definition IceTransportFactory.h:16
Definition IceTransportInterface.h:15
Definition IceTransportInit.h:7