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 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
22
23 MCNAPI ::std::optional<::webrtc::DataRate> PeekRate() const;
24
25 MCNAPI float UpdateWindow(int64, int, int, bool*);
26 // NOLINTEND
27
28public:
29 // constructor thunks
30 // NOLINTBEGIN
31 MCNAPI void* $ctor(::webrtc::FieldTrialsView const*);
32 // NOLINTEND
33
34public:
35 // vftables
36 // NOLINTBEGIN
37 MCNAPI static void** $vftable();
38 // NOLINTEND
39};
40
41} // namespace webrtc
Definition BitrateEstimator.h:13
MCAPI ::std::optional<::webrtc::DataRate > PeekRate() const
MCAPI float UpdateWindow(int64, int, int, bool *)
static MCAPI void ** $vftable()
MCAPI void * $ctor(::webrtc::FieldTrialsView const *)
MCAPI BitrateEstimator(::webrtc::FieldTrialsView const *)
Definition FieldTrialsView.h:7