LeviLamina
Loading...
Searching...
No Matches
GoogCcNetworkController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class Timestamp; }
8namespace webrtc { struct GoogCcConfig; }
9namespace webrtc { struct NetworkControlUpdate; }
10namespace webrtc { struct NetworkControllerConfig; }
11namespace webrtc { struct PacerConfig; }
12namespace webrtc { struct ProbeClusterConfig; }
13namespace webrtc { struct TargetRateConstraints; }
14// clang-format on
15
16namespace webrtc {
17
19public:
20 // member functions
21 // NOLINTBEGIN
22 MCAPI void ClampConstraints();
23
24 MCAPI ::webrtc::PacerConfig GetPacingRates(::webrtc::Timestamp) const;
25
27
28 MCAPI void MaybeTriggerOnNetworkChanged(::webrtc::NetworkControlUpdate*, ::webrtc::Timestamp);
29
30 MCAPI ::std::vector<::webrtc::ProbeClusterConfig> ResetConstraints(::webrtc::TargetRateConstraints);
31
32 MCAPI void UpdateCongestionWindowSize();
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCAPI static void** $vftable();
45 // NOLINTEND
46};
47
48} // namespace webrtc
Definition GoogCcNetworkController.h:18
Definition Timestamp.h:10
Definition GoogCcConfig.h:7
Definition NetworkControlUpdate.h:7
Definition NetworkControllerConfig.h:7
Definition TargetRateConstraints.h:7