LeviLamina
Loading...
Searching...
No Matches
BitrateEstimator.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; }
9// clang-format on
10
11namespace webrtc {
12
14public:
15 // member functions
16 // NOLINTBEGIN
17 MCAPI explicit BitrateEstimator(::webrtc::FieldTrialsView const*);
18
19 MCAPI ::std::optional<::webrtc::DataRate> PeekRate() const;
20
21 MCAPI float UpdateWindow(int64, int, int, bool*);
22 // NOLINTEND
23
24public:
25 // constructor thunks
26 // NOLINTBEGIN
27 MCAPI void* $ctor(::webrtc::FieldTrialsView const*);
28 // NOLINTEND
29
30public:
31 // vftables
32 // NOLINTBEGIN
33 MCAPI static void** $vftable();
34 // NOLINTEND
35};
36
37} // namespace webrtc
Definition BitrateEstimator.h:13
Definition FieldTrialsView.h:7