LeviLamina
Loading...
Searching...
No Matches
RobustThroughputEstimatorSettings.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; }
8namespace webrtc { class StructParametersParser; }
9// clang-format on
10
11namespace webrtc {
12
14public:
15 // member functions
16 // NOLINTBEGIN
17 MCAPI ::std::unique_ptr<::webrtc::StructParametersParser> Parser();
18
20 // NOLINTEND
21
22public:
23 // static variables
24 // NOLINTBEGIN
25 MCAPI static ::std::add_lvalue_reference_t<char const[]> kKey();
26 // NOLINTEND
27
28public:
29 // constructor thunks
30 // NOLINTBEGIN
31 MCAPI void* $ctor(::webrtc::FieldTrialsView const*);
32 // NOLINTEND
33};
34
35} // namespace webrtc
Definition Parser.h:29
Definition FieldTrialsView.h:7
Definition RobustThroughputEstimatorSettings.h:13