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
// virtual function thunks
26
// NOLINTBEGIN
27
28
// NOLINTEND
29
};
30
31
}
// namespace rtc
rtc::NetworkMonitorFactory
Definition
NetworkMonitorFactory.h:13
webrtc::FieldTrialsView
Definition
FieldTrialsView.h:7
src
mc
external
rtc
NetworkMonitorFactory.h
Generated on Fri Jun 13 2025 05:04:38 for LeviLamina by
1.12.0