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 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCNAPI void Detect(double, double, int64);
22
24
25 MCNAPI void UpdateThreshold(double, int64);
26
27 MCNAPI void UpdateTrendline(double, double, int64, int64, uint64);
28 // NOLINTEND
29
30public:
31 // constructor thunks
32 // NOLINTBEGIN
34 // NOLINTEND
35
36public:
37 // vftables
38 // NOLINTBEGIN
39 MCNAPI static void** $vftable();
40 // NOLINTEND
41};
42
43} // namespace webrtc
Definition FieldTrialsView.h:7
Definition NetworkStatePredictor.h:10
Definition TrendlineEstimator.h:13
MCAPI void UpdateTrendline(double, double, int64, int64, uint64)
static MCAPI void ** $vftable()
MCAPI TrendlineEstimator(::webrtc::FieldTrialsView const *, ::webrtc::NetworkStatePredictor *)
MCAPI void * $ctor(::webrtc::FieldTrialsView const *, ::webrtc::NetworkStatePredictor *)
MCAPI void Detect(double, double, int64)
MCAPI void UpdateThreshold(double, int64)