LeviLamina
Loading...
Searching...
No Matches
ProbeBitrateEstimator.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 RtcEventLog; }
9namespace webrtc { class Timestamp; }
10namespace webrtc { struct PacketResult; }
11// clang-format on
12
13namespace webrtc {
14
16public:
17 // member functions
18 // NOLINTBEGIN
19 MCAPI void EraseOldClusters(::webrtc::Timestamp);
20
21 MCAPI ::std::optional<::webrtc::DataRate> FetchAndResetLastEstimatedBitrate();
22
23 MCAPI ::std::optional<::webrtc::DataRate> HandleProbeAndEstimateBitrate(::webrtc::PacketResult const&);
24
26
28 // NOLINTEND
29
30public:
31 // constructor thunks
32 // NOLINTBEGIN
33 MCAPI void* $ctor(::webrtc::RtcEventLog*);
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCAPI void $dtor();
40 // NOLINTEND
41};
42
43} // namespace webrtc
Definition ProbeBitrateEstimator.h:15
Definition RtcEventLog.h:13
Definition Timestamp.h:10
Definition PacketResult.h:7