LeviLamina
Loading...
Searching...
No Matches
FrequencyTracker.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
Frequency; }
8
namespace
webrtc {
class
TimeDelta; }
9
namespace
webrtc {
class
Timestamp; }
10
// clang-format on
11
12
namespace
webrtc {
13
14
struct
FrequencyTracker
{
15
public
:
16
// member functions
17
// NOLINTBEGIN
18
MCAPI
explicit
FrequencyTracker
(
::webrtc::TimeDelta
);
19
20
MCAPI ::std::optional<::webrtc::Frequency> Rate(
::webrtc::Timestamp
)
const
;
21
22
MCAPI
void
Update(int64,
::webrtc::Timestamp
);
23
// NOLINTEND
24
25
public
:
26
// constructor thunks
27
// NOLINTBEGIN
28
MCAPI
void
* $ctor(
::webrtc::TimeDelta
);
29
// NOLINTEND
30
};
31
32
}
// namespace webrtc
webrtc::TimeDelta
Definition
TimeDelta.h:10
webrtc::Timestamp
Definition
Timestamp.h:10
webrtc::FrequencyTracker
Definition
FrequencyTracker.h:14
src
mc
external
webrtc
FrequencyTracker.h
Generated on Sat Apr 26 2025 05:55:43 for LeviLamina by
1.12.0