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 // vIndex: 1
21 virtual ::webrtc::Timestamp CurrentTime() /*override*/;
22
23 // vIndex: 2
24 virtual ::webrtc::NtpTime ConvertTimestampToNtpTime(::webrtc::Timestamp timestamp) /*override*/;
25
26 // vIndex: 0
27 virtual ~RealTimeClock() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33 MCNAPI ::webrtc::Timestamp $CurrentTime();
34
35 MCNAPI ::webrtc::NtpTime $ConvertTimestampToNtpTime(::webrtc::Timestamp timestamp);
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
44
45} // namespace webrtc
Definition Clock.h:13
Definition RealTimeClock.h:16
MCAPI::webrtc::Timestamp $CurrentTime()
static MCAPI void ** $vftable()
MCAPI::webrtc::NtpTime $ConvertTimestampToNtpTime(::webrtc::Timestamp timestamp)
Definition Timestamp.h:10