LeviLamina
Loading...
Searching...
No Matches
TrendlineEstimator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class FieldTrialsView; }
8namespace webrtc { class NetworkStatePredictor; }
9// clang-format on
10
11namespace webrtc {
12
14public:
15 // member functions
16 // NOLINTBEGIN
17 MCAPI void Detect(double, double, int64);
18
20
21 MCAPI void UpdateThreshold(double, int64);
22
23 MCAPI void UpdateTrendline(double, double, int64, int64, uint64);
24 // NOLINTEND
25
26public:
27 // constructor thunks
28 // NOLINTBEGIN
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCAPI static void** $vftable();
36 // NOLINTEND
37};
38
39} // namespace webrtc
Definition FieldTrialsView.h:7
Definition NetworkStatePredictor.h:10
Definition TrendlineEstimator.h:13