LeviLamina
Loading...
Searching...
No Matches
Clock.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
NtpTime; }
8
namespace
webrtc {
class
Timestamp; }
9
// clang-format on
10
11
namespace
webrtc {
12
13
class
Clock
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual
~Clock
() =
default
;
19
20
// vIndex: 1
21
virtual ::webrtc::Timestamp CurrentTime() = 0;
22
23
// vIndex: 2
24
virtual ::webrtc::NtpTime ConvertTimestampToNtpTime(
::webrtc::Timestamp
) = 0;
25
// NOLINTEND
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI int64 TimeInMilliseconds();
31
// NOLINTEND
32
33
public
:
34
// static functions
35
// NOLINTBEGIN
36
MCAPI static ::webrtc::Clock* GetRealTimeClock();
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCAPI
static
void
** $vftable();
55
// NOLINTEND
56
};
57
58
}
// namespace webrtc
webrtc::Clock
Definition
Clock.h:13
webrtc::Timestamp
Definition
Timestamp.h:10
src
mc
external
webrtc
Clock.h
Generated on Sat Apr 26 2025 05:55:26 for LeviLamina by
1.12.0