LeviLamina
Loading...
Searching...
No Matches
RateControlInput.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/webrtc/BandwidthUsage.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
webrtc {
class
DataRate; }
11
// clang-format on
12
13
namespace
webrtc {
14
15
struct
RateControlInput
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<4, 4>
mUnk3f7b6a;
20
::ll::UntypedStorage<8, 16>
mUnk15845d;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
RateControlInput
& operator=(
RateControlInput
const
&);
26
RateControlInput
(
RateControlInput
const
&);
27
RateControlInput
();
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCNAPI
RateControlInput
(
33
::webrtc::BandwidthUsage bw_state,
34
::std::optional<::webrtc::DataRate>
const
& estimated_throughput
35
);
36
37
MCNAPI
~RateControlInput
();
38
// NOLINTEND
39
40
public
:
41
// constructor thunks
42
// NOLINTBEGIN
43
MCNAPI
void
*
44
$ctor
(::webrtc::BandwidthUsage bw_state, ::std::optional<::webrtc::DataRate>
const
& estimated_throughput);
45
// NOLINTEND
46
47
public
:
48
// destructor thunk
49
// NOLINTBEGIN
50
MCNAPI
void
$dtor
();
51
// NOLINTEND
52
};
53
54
}
// namespace webrtc
ll::UntypedStorage
Definition
Alias.h:14
webrtc::RateControlInput
Definition
RateControlInput.h:15
webrtc::RateControlInput::~RateControlInput
MCAPI ~RateControlInput()
webrtc::RateControlInput::RateControlInput
MCAPI RateControlInput(::webrtc::BandwidthUsage bw_state, ::std::optional<::webrtc::DataRate > const &estimated_throughput)
webrtc::RateControlInput::$dtor
MCAPI void $dtor()
webrtc::RateControlInput::$ctor
MCAPI void * $ctor(::webrtc::BandwidthUsage bw_state, ::std::optional<::webrtc::DataRate > const &estimated_throughput)
src
mc
external
webrtc
RateControlInput.h
Generated on Wed Aug 27 2025 11:39:55 for LeviLamina by
1.12.0