LeviLamina
Loading...
Searching...
No Matches
GoogCcNetworkControllerFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class NetworkStatePredictorFactoryInterface; }
8// clang-format on
9
10namespace webrtc {
11
13public:
14 // member functions
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // constructor thunks
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // vftables
27 // NOLINTBEGIN
28 MCAPI static void** $vftable();
29 // NOLINTEND
30};
31
32} // namespace webrtc
Definition GoogCcNetworkControllerFactory.h:12
Definition NetworkStatePredictorFactoryInterface.h:12