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 // ProbeBitrateEstimator inner types declare
18 // clang-format off
19 struct AggregatedCluster;
20 // clang-format on
21
22 // ProbeBitrateEstimator inner types define
24
25public:
26 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
34 MCNAPI ::std::optional<::webrtc::DataRate> FetchAndResetLastEstimatedBitrate();
35
36 MCNAPI ::std::optional<::webrtc::DataRate> HandleProbeAndEstimateBitrate(::webrtc::PacketResult const&);
37
39
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCNAPI void $dtor();
53 // NOLINTEND
54};
55
56} // namespace webrtc
Definition ProbeBitrateEstimator.h:15
MCAPI ::std::optional<::webrtc::DataRate > FetchAndResetLastEstimatedBitrate()
MCAPI void EraseOldClusters(::webrtc::Timestamp)
MCAPI void * $ctor(::webrtc::RtcEventLog *)
MCAPI ::std::optional<::webrtc::DataRate > HandleProbeAndEstimateBitrate(::webrtc::PacketResult const &)
MCAPI ProbeBitrateEstimator(::webrtc::RtcEventLog *)
Definition RtcEventLog.h:13
Definition Timestamp.h:10
Definition PacketResult.h:7
Definition ProbeBitrateEstimator.h:23