LeviLamina
Loading...
Searching...
No Matches
IceTransportFactory.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/webrtc/scoped_refptr.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
webrtc {
class
IceTransportInterface; }
11
namespace
webrtc {
struct
IceTransportInit; }
12
// clang-format on
13
14
namespace
webrtc {
15
16
class
IceTransportFactory
{
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
// vIndex: 0
21
virtual
~IceTransportFactory
() =
default
;
22
23
// vIndex: 1
24
virtual ::webrtc::scoped_refptr<::webrtc::IceTransportInterface>
25
CreateIceTransport(::std::string
const
&,
int
,
::webrtc::IceTransportInit
) = 0;
26
// NOLINTEND
27
28
public
:
29
// virtual function thunks
30
// NOLINTBEGIN
31
32
// NOLINTEND
33
};
34
35
}
// namespace webrtc
webrtc::IceTransportFactory
Definition
IceTransportFactory.h:16
webrtc::IceTransportInit
Definition
IceTransportInit.h:7
src
mc
external
webrtc
IceTransportFactory.h
Generated on Wed Jul 23 2025 08:34:08 for LeviLamina by
1.12.0