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 virtual bool StartLogging(::std::unique_ptr<::webrtc::RtcEventLogOutput>, int64) /*override*/;
21
22 virtual void StopLogging() /*override*/;
23
24 virtual void Log(::std::unique_ptr<::webrtc::RtcEvent> event) /*override*/;
25
26 virtual ~RtcEventLogNull() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // virtual function thunks
31 // NOLINTBEGIN
32 MCNAPI bool $StartLogging(::std::unique_ptr<::webrtc::RtcEventLogOutput>, int64);
33
34 MCNAPI void $StopLogging();
35
36 MCNAPI void $Log(::std::unique_ptr<::webrtc::RtcEvent> event);
37
38
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCNAPI static void** $vftable();
45 // NOLINTEND
46};
47
48} // 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 RtcEventLogOutput.h:7
Definition RtcEventLog.h:13
Definition RtcEvent.h:7