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 // member functions
16 // NOLINTBEGIN
18
19 MCAPI AcknowledgedBitrateEstimator(::webrtc::FieldTrialsView const*, ::std::unique_ptr<::webrtc::BitrateEstimator>);
20 // NOLINTEND
21
22public:
23 // constructor thunks
24 // NOLINTBEGIN
25 MCAPI void* $ctor(::webrtc::FieldTrialsView const*);
26
27 MCAPI void* $ctor(::webrtc::FieldTrialsView const*, ::std::unique_ptr<::webrtc::BitrateEstimator>);
28 // NOLINTEND
29
30public:
31 // vftables
32 // NOLINTBEGIN
33 MCAPI static void** $vftable();
34 // NOLINTEND
35};
36
37} // namespace webrtc
Definition AcknowledgedBitrateEstimator.h:13
Definition FieldTrialsView.h:7