LeviLamina
Loading...
Searching...
No Matches
AlrDetector.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 RtcEventLog; }
9namespace webrtc { struct AlrDetectorConfig; }
10// clang-format on
11
12namespace webrtc {
13
15public:
16 // member functions
17 // NOLINTBEGIN
19
21
22 MCAPI ::std::optional<int64> GetApplicationLimitedRegionStartTime() const;
23
24 MCAPI void OnBytesSent(uint64, int64);
25
26 MCAPI void SetEstimatedBitrate(int);
27
28 MCAPI ~AlrDetector();
29 // NOLINTEND
30
31public:
32 // constructor thunks
33 // NOLINTBEGIN
34 MCAPI void* $ctor(::webrtc::FieldTrialsView const*, ::webrtc::RtcEventLog*);
35
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCAPI void $dtor();
43 // NOLINTEND
44};
45
46} // namespace webrtc
Definition AlrDetector.h:14
Definition FieldTrialsView.h:7
Definition RtcEventLog.h:13
Definition AlrDetectorConfig.h:12