LeviLamina
Loading...
Searching...
No Matches
RtcEventLogOutput.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
class
RtcEventLogOutput
{
8
public
:
9
// virtual functions
10
// NOLINTBEGIN
11
// vIndex: 0
12
virtual
~RtcEventLogOutput
() =
default
;
13
14
// vIndex: 1
15
virtual
bool
IsActive()
const
= 0;
16
17
// vIndex: 2
18
virtual
bool
Write
(::std::string_view) = 0;
19
20
// vIndex: 3
21
virtual
void
Flush();
22
// NOLINTEND
23
24
public
:
25
// virtual function thunks
26
// NOLINTBEGIN
27
28
// NOLINTEND
29
};
30
31
}
// namespace webrtc
webrtc::RtcEventLogOutput
Definition
RtcEventLogOutput.h:7
Write
Definition
Write.h:6
src
mc
external
webrtc
RtcEventLogOutput.h
Generated on Fri Jun 13 2025 05:04:40 for LeviLamina by
1.12.0