LeviLamina
Loading...
Searching...
No Matches
LossBasedBandwidthEstimation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class DataRate; }
8namespace webrtc { class FieldTrialsView; }
9namespace webrtc { class TimeDelta; }
10namespace webrtc { class Timestamp; }
11namespace webrtc { struct PacketResult; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // member functions
19 // NOLINTBEGIN
20 MCAPI void Initialize(::webrtc::DataRate);
21
23
25
26 MCAPI void UpdateAcknowledgedBitrate(::webrtc::DataRate, ::webrtc::Timestamp);
27
28 MCAPI void UpdateLossStatistics(::std::vector<::webrtc::PacketResult> const&, ::webrtc::Timestamp);
29
30 MCAPI ::webrtc::DataRate decreased_bitrate() const;
31
32 MCAPI double loss_decrease_threshold() const;
33
34 MCAPI double loss_increase_threshold() const;
35
36 MCAPI double loss_reset_threshold() const;
37
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCAPI void* $ctor(::webrtc::FieldTrialsView const*);
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCAPI void $dtor();
51 // NOLINTEND
52};
53
54} // namespace webrtc
Definition DataRate.h:10
Definition FieldTrialsView.h:7
Definition TimeDelta.h:10
Definition Timestamp.h:10
Definition LossBasedBandwidthEstimation.h:16