LeviLamina
Loading...
Searching...
No Matches
RateLimiter.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
webrtc {
class
Clock; }
8
// clang-format on
9
10
namespace
webrtc {
11
12
class
RateLimiter
{
13
public
:
14
// prevent constructor by default
15
RateLimiter
();
16
17
public
:
18
// member functions
19
// NOLINTBEGIN
20
MCNAPI
RateLimiter
(
::webrtc::Clock
*, int64);
21
22
MCNAPI
void
SetMaxRate
(uint);
23
24
MCNAPI
bool
TryUseRate
(uint64);
25
26
MCNAPI
~RateLimiter
();
27
// NOLINTEND
28
29
public
:
30
// constructor thunks
31
// NOLINTBEGIN
32
MCNAPI
void
*
$ctor
(
::webrtc::Clock
*, int64);
33
// NOLINTEND
34
35
public
:
36
// destructor thunk
37
// NOLINTBEGIN
38
MCNAPI
void
$dtor
();
39
// NOLINTEND
40
};
41
42
}
// namespace webrtc
webrtc::Clock
Definition
Clock.h:13
webrtc::RateLimiter
Definition
RateLimiter.h:12
webrtc::RateLimiter::$ctor
MCAPI void * $ctor(::webrtc::Clock *, int64)
webrtc::RateLimiter::RateLimiter
MCAPI RateLimiter(::webrtc::Clock *, int64)
webrtc::RateLimiter::TryUseRate
MCAPI bool TryUseRate(uint64)
webrtc::RateLimiter::SetMaxRate
MCAPI void SetMaxRate(uint)
webrtc::RateLimiter::~RateLimiter
MCAPI ~RateLimiter()
webrtc::RateLimiter::$dtor
MCAPI void $dtor()
src
mc
external
webrtc
RateLimiter.h
Generated on Fri Jun 13 2025 05:04:23 for LeviLamina by
1.12.0