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
7
namespace
webrtc {
class
DataRate; }
8
namespace
webrtc {
class
FieldTrialsView; }
9
// clang-format on
10
11
namespace
webrtc {
12
13
class
BitrateEstimator
{
14
public
:
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
24
public
:
25
// constructor thunks
26
// NOLINTBEGIN
27
MCAPI
void
* $ctor(
::webrtc::FieldTrialsView
const
*);
28
// NOLINTEND
29
30
public
:
31
// vftables
32
// NOLINTBEGIN
33
MCAPI
static
void
** $vftable();
34
// NOLINTEND
35
};
36
37
}
// namespace webrtc
webrtc::BitrateEstimator
Definition
BitrateEstimator.h:13
webrtc::FieldTrialsView
Definition
FieldTrialsView.h:7
src
mc
external
webrtc
BitrateEstimator.h
Generated on Sat Apr 26 2025 05:55:42 for LeviLamina by
1.12.0