LeviLamina
Loading...
Searching...
No Matches
AcknowledgedBitrateEstimator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class BitrateEstimator; }
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
24 AcknowledgedBitrateEstimator(::webrtc::FieldTrialsView const*, ::std::unique_ptr<::webrtc::BitrateEstimator>);
25 // NOLINTEND
26
27public:
28 // constructor thunks
29 // NOLINTBEGIN
30 MCNAPI void* $ctor(::webrtc::FieldTrialsView const*);
31
32 MCNAPI void* $ctor(::webrtc::FieldTrialsView const*, ::std::unique_ptr<::webrtc::BitrateEstimator>);
33 // NOLINTEND
34
35public:
36 // vftables
37 // NOLINTBEGIN
38 MCNAPI static void** $vftable();
39 // NOLINTEND
40};
41
42} // namespace webrtc
Definition AcknowledgedBitrateEstimator.h:13
MCAPI AcknowledgedBitrateEstimator(::webrtc::FieldTrialsView const *)
MCAPI void * $ctor(::webrtc::FieldTrialsView const *, ::std::unique_ptr<::webrtc::BitrateEstimator >)
MCAPI void * $ctor(::webrtc::FieldTrialsView const *)
MCAPI AcknowledgedBitrateEstimator(::webrtc::FieldTrialsView const *, ::std::unique_ptr<::webrtc::BitrateEstimator >)
static MCAPI void ** $vftable()
Definition FieldTrialsView.h:7