LeviLamina
Loading...
Searching...
No Matches
RttBasedBackoff.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
12class RttBasedBackoff {
13public:
14 // member variables
15 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 RttBasedBackoff& operator=(RttBasedBackoff const&);
30 RttBasedBackoff(RttBasedBackoff const&);
31 RttBasedBackoff();
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCNAPI bool IsRttAboveLimit() const;
37
38 MCNAPI explicit RttBasedBackoff(::webrtc::FieldTrialsView const* key_value_config);
39
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCNAPI void* $ctor(::webrtc::FieldTrialsView const* key_value_config);
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCNAPI void $dtor();
53 // NOLINTEND
54};
55
56} // namespace webrtc
Definition FieldTrialsView.h:7
MCAPI void * $ctor(::webrtc::FieldTrialsView const *key_value_config)
MCAPI RttBasedBackoff(::webrtc::FieldTrialsView const *key_value_config)
MCAPI bool IsRttAboveLimit() const
Definition Alias.h:14