LeviLamina
Loading...
Searching...
No Matches
NetworkMonitorFactory.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
rtc {
class
NetworkMonitorInterface; }
8
namespace
webrtc {
class
FieldTrialsView; }
9
// clang-format on
10
11
namespace
rtc {
12
13
class
NetworkMonitorFactory
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual ::rtc::NetworkMonitorInterface* CreateNetworkMonitor(
::webrtc::FieldTrialsView
const
&) = 0;
19
20
// vIndex: 1
21
virtual
~NetworkMonitorFactory
() =
default
;
22
// NOLINTEND
23
24
public
:
25
// destructor thunk
26
// NOLINTBEGIN
27
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
};
36
37
}
// namespace rtc
rtc::NetworkMonitorFactory
Definition
NetworkMonitorFactory.h:13
webrtc::FieldTrialsView
Definition
FieldTrialsView.h:7
src
mc
external
rtc
NetworkMonitorFactory.h
Generated on Sat Apr 26 2025 05:55:41 for LeviLamina by
1.12.0