LeviLamina
Loading...
Searching...
No Matches
RealTimeClock.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/Clock.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class NtpTime; }
11namespace webrtc { class Timestamp; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 virtual ::webrtc::Timestamp CurrentTime() /*override*/;
21
22 virtual ::webrtc::NtpTime ConvertTimestampToNtpTime(::webrtc::Timestamp timestamp) /*override*/;
23
24 virtual ~RealTimeClock() /*override*/ = default;
25 // NOLINTEND
26
27public:
28 // virtual function thunks
29 // NOLINTBEGIN
30 MCNAPI ::webrtc::Timestamp $CurrentTime();
31
32 MCNAPI ::webrtc::NtpTime $ConvertTimestampToNtpTime(::webrtc::Timestamp timestamp);
33
34
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
43
44} // namespace webrtc
Definition Clock.h:13
Definition NtpTime.h:7
Definition RealTimeClock.h:16
MCAPI::webrtc::Timestamp $CurrentTime()
static MCAPI void ** $vftable()
MCAPI::webrtc::NtpTime $ConvertTimestampToNtpTime(::webrtc::Timestamp timestamp)
Definition Timestamp.h:15