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
7
namespace
webrtc {
class
FieldTrialsView; }
8
namespace
webrtc {
class
RtcEventLog; }
9
namespace
webrtc {
struct
AlrDetectorConfig; }
10
// clang-format on
11
12
namespace
webrtc {
13
14
class
AlrDetector
{
15
public
:
16
// member functions
17
// NOLINTBEGIN
18
MCAPI
AlrDetector
(
::webrtc::FieldTrialsView
const
*,
::webrtc::RtcEventLog
*);
19
20
MCAPI
AlrDetector
(
::webrtc::AlrDetectorConfig
,
::webrtc::RtcEventLog
*);
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
31
public
:
32
// constructor thunks
33
// NOLINTBEGIN
34
MCAPI
void
* $ctor(
::webrtc::FieldTrialsView
const
*,
::webrtc::RtcEventLog
*);
35
36
MCAPI
void
* $ctor(
::webrtc::AlrDetectorConfig
,
::webrtc::RtcEventLog
*);
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
MCAPI
void
$dtor();
43
// NOLINTEND
44
};
45
46
}
// namespace webrtc
webrtc::AlrDetector
Definition
AlrDetector.h:14
webrtc::FieldTrialsView
Definition
FieldTrialsView.h:7
webrtc::RtcEventLog
Definition
RtcEventLog.h:13
webrtc::AlrDetectorConfig
Definition
AlrDetectorConfig.h:12
src
mc
external
webrtc
AlrDetector.h
Generated on Sat Apr 26 2025 05:55:42 for LeviLamina by
1.12.0