LeviLamina
Loading...
Searching...
No Matches
CongestionControlHandler.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
TimeDelta; }
8
namespace
webrtc {
struct
TargetTransferRate; }
9
// clang-format on
10
11
namespace
webrtc {
12
13
class
CongestionControlHandler
{
14
public
:
15
// member functions
16
// NOLINTBEGIN
17
MCAPI ::std::optional<::webrtc::TargetTransferRate> GetUpdate();
18
19
MCAPI
void
SetNetworkAvailability(
bool
);
20
21
MCAPI
void
SetPacerQueue(
::webrtc::TimeDelta
);
22
23
MCAPI
void
SetTargetRate(
::webrtc::TargetTransferRate
);
24
// NOLINTEND
25
};
26
27
}
// namespace webrtc
webrtc::CongestionControlHandler
Definition
CongestionControlHandler.h:13
webrtc::TimeDelta
Definition
TimeDelta.h:10
webrtc::TargetTransferRate
Definition
TargetTransferRate.h:7
src
mc
external
webrtc
CongestionControlHandler.h
Generated on Sat Apr 26 2025 05:55:42 for LeviLamina by
1.12.0