LeviLamina
Loading...
Searching...
No Matches
RobustThroughputEstimator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/AcknowledgedBitrateEstimatorInterface.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class DataRate; }
11namespace webrtc { class Timestamp; }
12namespace webrtc { struct PacketResult; }
13namespace webrtc { struct RobustThroughputEstimatorSettings; }
14// clang-format on
15
16namespace webrtc {
17
19public:
20 // member variables
21 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 // vIndex: 0
37 virtual ~RobustThroughputEstimator() /*override*/;
38
39 // vIndex: 1
40 virtual void
41 IncomingPacketFeedbackVector(::std::vector<::webrtc::PacketResult> const& packet_feedback_vector) /*override*/;
42
43 // vIndex: 2
44 virtual ::std::optional<::webrtc::DataRate> bitrate() const /*override*/;
45
46 // vIndex: 3
47 virtual ::std::optional<::webrtc::DataRate> PeekRate() const /*override*/;
48
49 // vIndex: 4
50 virtual void SetAlr(bool) /*override*/;
51
52 // vIndex: 5
53 virtual void SetAlrEndedTime(::webrtc::Timestamp) /*override*/;
54 // NOLINTEND
55
56public:
57 // member functions
58 // NOLINTBEGIN
60
62 // NOLINTEND
63
64public:
65 // constructor thunks
66 // NOLINTBEGIN
68 // NOLINTEND
69
70public:
71 // destructor thunk
72 // NOLINTBEGIN
73 MCNAPI void $dtor();
74 // NOLINTEND
75
76public:
77 // virtual function thunks
78 // NOLINTBEGIN
79 MCNAPI void $IncomingPacketFeedbackVector(::std::vector<::webrtc::PacketResult> const& packet_feedback_vector);
80
81 MCNAPI ::std::optional<::webrtc::DataRate> $bitrate() const;
82
83 MCNAPI ::std::optional<::webrtc::DataRate> $PeekRate() const;
84
85 MCNAPI void $SetAlr(bool);
86
88 // NOLINTEND
89
90public:
91 // vftables
92 // NOLINTBEGIN
93 MCNAPI static void** $vftable();
94 // NOLINTEND
95};
96
97} // namespace webrtc
Definition AcknowledgedBitrateEstimatorInterface.h:15
Definition RobustThroughputEstimator.h:18
MCAPI ::std::optional<::webrtc::DataRate > $bitrate() const
MCAPI RobustThroughputEstimator(::webrtc::RobustThroughputEstimatorSettings const &settings)
MCAPI void $SetAlrEndedTime(::webrtc::Timestamp)
MCAPI void $IncomingPacketFeedbackVector(::std::vector<::webrtc::PacketResult > const &packet_feedback_vector)
MCAPI ::std::optional<::webrtc::DataRate > $PeekRate() const
MCAPI void * $ctor(::webrtc::RobustThroughputEstimatorSettings const &settings)
static MCAPI void ** $vftable()
Definition Timestamp.h:10
Definition Alias.h:14
Definition RobustThroughputEstimatorSettings.h:13