LeviLamina
Loading...
Searching...
No Matches
AcknowledgedBitrateEstimatorInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class FieldTrialsView; }
8// clang-format on
9
10namespace webrtc {
11
13public:
14 // static functions
15 // NOLINTBEGIN
16 MCAPI static ::std::unique_ptr<::webrtc::AcknowledgedBitrateEstimatorInterface>
17 Create(::webrtc::FieldTrialsView const*);
18 // NOLINTEND
19
20public:
21 // vftables
22 // NOLINTBEGIN
23 MCAPI static void** $vftable();
24 // NOLINTEND
25};
26
27} // namespace webrtc
Definition AcknowledgedBitrateEstimatorInterface.h:12
Definition FieldTrialsView.h:7