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 // prevent constructor by default
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCNAPI RateControlInput(::webrtc::BandwidthUsage, ::std::optional<::webrtc::DataRate> const&);
24
26 // NOLINTEND
27
28public:
29 // constructor thunks
30 // NOLINTBEGIN
31 MCNAPI void* $ctor(::webrtc::BandwidthUsage, ::std::optional<::webrtc::DataRate> const&);
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCNAPI void $dtor();
38 // NOLINTEND
39};
40
41} // namespace webrtc
Definition RateControlInput.h:15
MCAPI RateControlInput(::webrtc::BandwidthUsage, ::std::optional<::webrtc::DataRate > const &)
MCAPI void * $ctor(::webrtc::BandwidthUsage, ::std::optional<::webrtc::DataRate > const &)