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 MCNAPI static ::std::unique_ptr<::webrtc::AcknowledgedBitrateEstimatorInterface>
18 // NOLINTEND
19
20public:
21 // vftables
22 // NOLINTBEGIN
23 MCNAPI static void** $vftable();
24 // NOLINTEND
25};
26
27} // namespace webrtc
Definition AcknowledgedBitrateEstimatorInterface.h:12
static MCAPI ::std::unique_ptr<::webrtc::AcknowledgedBitrateEstimatorInterface > Create(::webrtc::FieldTrialsView const *)
Definition FieldTrialsView.h:7