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
10namespace webrtc { class DataRate; }
11// clang-format on
12
13namespace webrtc {
14
16public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 RateControlInput& operator=(RateControlInput const&);
28
29public:
30 // member functions
31 // NOLINTBEGIN
33 ::webrtc::BandwidthUsage bw_state,
34 ::std::optional<::webrtc::DataRate> const& estimated_throughput
35 );
36
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCNAPI void*
44 $ctor(::webrtc::BandwidthUsage bw_state, ::std::optional<::webrtc::DataRate> const& estimated_throughput);
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52};
53
54} // namespace webrtc
Definition Alias.h:14
Definition RateControlInput.h:15
MCAPI RateControlInput(::webrtc::BandwidthUsage bw_state, ::std::optional<::webrtc::DataRate > const &estimated_throughput)
MCAPI void * $ctor(::webrtc::BandwidthUsage bw_state, ::std::optional<::webrtc::DataRate > const &estimated_throughput)