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 // vIndex: 0
22 virtual ~DefaultIceTransportFactory() /*override*/ = default;
23
24 // vIndex: 1
25 virtual ::webrtc::scoped_refptr<::webrtc::IceTransportInterface> CreateIceTransport(
26 ::std::string const& transport_name,
27 int component,
29 ) /*override*/;
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35 MCNAPI ::webrtc::scoped_refptr<::webrtc::IceTransportInterface>
36 $CreateIceTransport(::std::string const& transport_name, int component, ::webrtc::IceTransportInit init);
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 IceTransportInit.h:7