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 variables
16 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCNAPI ::std::unique_ptr<::webrtc::StructParametersParser> Parser();
36
37 MCNAPI explicit RobustThroughputEstimatorSettings(::webrtc::FieldTrialsView const* key_value_config);
38 // NOLINTEND
39
40public:
41 // static variables
42 // NOLINTBEGIN
43 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kKey();
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCNAPI void* $ctor(::webrtc::FieldTrialsView const* key_value_config);
50 // NOLINTEND
51};
52
53} // namespace webrtc
Definition FieldTrialsView.h:7
Definition Alias.h:14
Definition RobustThroughputEstimatorSettings.h:13
MCAPI RobustThroughputEstimatorSettings(::webrtc::FieldTrialsView const *key_value_config)
MCAPI ::std::unique_ptr<::webrtc::StructParametersParser > Parser()
static MCAPI ::std::add_lvalue_reference_t< char const[]> kKey()
MCAPI void * $ctor(::webrtc::FieldTrialsView const *key_value_config)