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; }
8namespace webrtc { class TimeDelta; }
9namespace webrtc { class Timestamp; }
10// clang-format on
11
12namespace webrtc {
13
15public:
16 // prevent constructor by default
18
19public:
20 // member functions
21 // NOLINTBEGIN
22 MCNAPI ::webrtc::TimeDelta CorrectedRtt() const;
23
24 MCNAPI bool IsRttAboveLimit() const;
25
27
29
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCNAPI void* $ctor(::webrtc::FieldTrialsView const*);
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCNAPI void $dtor();
43 // NOLINTEND
44};
45
46} // namespace webrtc
Definition FieldTrialsView.h:7
Definition TimeDelta.h:10
Definition Timestamp.h:10
Definition RttBasedBackoff.h:14
MCAPI void * $ctor(::webrtc::FieldTrialsView const *)
MCAPI void UpdatePropagationRtt(::webrtc::Timestamp, ::webrtc::TimeDelta)
MCAPI::webrtc::TimeDelta CorrectedRtt() const
MCAPI RttBasedBackoff(::webrtc::FieldTrialsView const *)
MCAPI bool IsRttAboveLimit() const