LeviLamina
Loading...
Searching...
No Matches
LinkCapacityTracker.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
DataRate; }
8
namespace
webrtc {
class
Timestamp; }
9
// clang-format on
10
11
namespace
webrtc {
12
13
struct
LinkCapacityTracker
{
14
public
:
15
// member functions
16
// NOLINTBEGIN
17
MCAPI
LinkCapacityTracker
();
18
19
MCAPI
void
OnRateUpdate(::std::optional<::webrtc::DataRate>,
::webrtc::DataRate
,
::webrtc::Timestamp
);
20
21
MCAPI
void
OnRttBackoff(
::webrtc::DataRate
,
::webrtc::Timestamp
);
22
23
MCAPI
void
OnStartingRate(
::webrtc::DataRate
);
24
25
MCAPI
void
UpdateDelayBasedEstimate(
::webrtc::Timestamp
,
::webrtc::DataRate
);
26
27
MCAPI ::webrtc::DataRate estimate()
const
;
28
29
MCAPI
~LinkCapacityTracker
();
30
// NOLINTEND
31
32
public
:
33
// constructor thunks
34
// NOLINTBEGIN
35
MCAPI
void
* $ctor();
36
// NOLINTEND
37
38
public
:
39
// destructor thunk
40
// NOLINTBEGIN
41
MCAPI
void
$dtor();
42
// NOLINTEND
43
};
44
45
}
// namespace webrtc
webrtc::DataRate
Definition
DataRate.h:10
webrtc::Timestamp
Definition
Timestamp.h:10
webrtc::LinkCapacityTracker
Definition
LinkCapacityTracker.h:13
src
mc
external
webrtc
LinkCapacityTracker.h
Generated on Sat Apr 26 2025 05:55:43 for LeviLamina by
1.12.0