LeviLamina
Loading...
Searching...
No Matches
RtcEventLogNull.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RtcEventLog.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class RtcEvent; }
11namespace webrtc { class RtcEventLogOutput; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 1
21 virtual bool StartLogging(::std::unique_ptr<::webrtc::RtcEventLogOutput>, int64) /*override*/;
22
23 // vIndex: 3
24 virtual void StopLogging() /*override*/;
25
26 // vIndex: 4
27 virtual void Log(::std::unique_ptr<::webrtc::RtcEvent> event) /*override*/;
28
29 // vIndex: 0
30 virtual ~RtcEventLogNull() /*override*/ = default;
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCNAPI bool $StartLogging(::std::unique_ptr<::webrtc::RtcEventLogOutput>, int64);
37
38 MCNAPI void $StopLogging();
39
40 MCNAPI void $Log(::std::unique_ptr<::webrtc::RtcEvent> event);
41 // NOLINTEND
42
43public:
44 // vftables
45 // NOLINTBEGIN
46 MCNAPI static void** $vftable();
47 // NOLINTEND
48};
49
50} // namespace webrtc
Definition RtcEventLogNull.h:16
static MCAPI void ** $vftable()
MCAPI void $Log(::std::unique_ptr<::webrtc::RtcEvent > event)
MCAPI bool $StartLogging(::std::unique_ptr<::webrtc::RtcEventLogOutput >, int64)
MCAPI void $StopLogging()
Definition RtcEventLog.h:13