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
// member functions
15
// NOLINTBEGIN
16
MCAPI
RateLimiter
(
::webrtc::Clock
*, int64);
17
18
MCAPI
void
SetMaxRate(uint);
19
20
MCAPI
bool
TryUseRate(uint64);
21
22
MCAPI
~RateLimiter
();
23
// NOLINTEND
24
25
public
:
26
// constructor thunks
27
// NOLINTBEGIN
28
MCAPI
void
* $ctor(
::webrtc::Clock
*, int64);
29
// NOLINTEND
30
31
public
:
32
// destructor thunk
33
// NOLINTBEGIN
34
MCAPI
void
$dtor();
35
// NOLINTEND
36
};
37
38
}
// namespace webrtc
webrtc::Clock
Definition
Clock.h:13
webrtc::RateLimiter
Definition
RateLimiter.h:12
src
mc
external
webrtc
RateLimiter.h
Generated on Sat Apr 26 2025 05:55:26 for LeviLamina by
1.12.0