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>) /*override*/;
28
29 // vIndex: 0
30 virtual ~RtcEventLogNull() /*override*/ = default;
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCAPI static void** $vftable();
49 // NOLINTEND
50};
51
52} // namespace webrtc
Definition RtcEventLogNull.h:16
Definition RtcEventLog.h:13