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 // prevent constructor by default
18
19public:
20 // member functions
21 // NOLINTBEGIN
23
25
26 MCNAPI ::std::optional<int64> GetApplicationLimitedRegionStartTime() const;
27
28 MCNAPI void OnBytesSent(uint64, int64);
29
30 MCNAPI void SetEstimatedBitrate(int);
31
32 MCNAPI ~AlrDetector();
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
39
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCNAPI void $dtor();
47 // NOLINTEND
48};
49
50} // namespace webrtc
Definition AlrDetector.h:14
MCAPI void $dtor()
MCAPI void * $ctor(::webrtc::FieldTrialsView const *, ::webrtc::RtcEventLog *)
MCAPI AlrDetector(::webrtc::FieldTrialsView const *, ::webrtc::RtcEventLog *)
MCAPI ::std::optional< int64 > GetApplicationLimitedRegionStartTime() const
MCAPI void * $ctor(::webrtc::AlrDetectorConfig, ::webrtc::RtcEventLog *)
MCAPI AlrDetector(::webrtc::AlrDetectorConfig, ::webrtc::RtcEventLog *)
MCAPI void SetEstimatedBitrate(int)
MCAPI void OnBytesSent(uint64, int64)
Definition FieldTrialsView.h:7
Definition RtcEventLog.h:13
Definition AlrDetectorConfig.h:12