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; }
8// clang-format on
9
10namespace webrtc {
11
12struct RobustThroughputEstimatorSettings {
13public:
14 // member variables
15 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 RobustThroughputEstimatorSettings& operator=(RobustThroughputEstimatorSettings const&);
28 RobustThroughputEstimatorSettings(RobustThroughputEstimatorSettings const&);
29 RobustThroughputEstimatorSettings();
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCNAPI explicit RobustThroughputEstimatorSettings(::webrtc::FieldTrialsView const* key_value_config);
35 // NOLINTEND
36
37public:
38 // static variables
39 // NOLINTBEGIN
40 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kKey();
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCNAPI void* $ctor(::webrtc::FieldTrialsView const* key_value_config);
47 // NOLINTEND
48};
49
50} // namespace webrtc
Definition FieldTrialsView.h:7
Definition Alias.h:14
MCAPI RobustThroughputEstimatorSettings(::webrtc::FieldTrialsView const *key_value_config)
static MCAPI ::std::add_lvalue_reference_t< char const[]> kKey()
MCAPI void * $ctor(::webrtc::FieldTrialsView const *key_value_config)