LeviLamina
Loading...
Searching...
No Matches
RtcEventLogFactoryInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
webrtc {
class
Environment; }
8
namespace
webrtc {
class
RtcEventLog; }
9
// clang-format on
10
11
namespace
webrtc {
12
13
class
RtcEventLogFactoryInterface
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual
~RtcEventLogFactoryInterface
() =
default
;
19
20
// vIndex: 1
21
virtual ::std::unique_ptr<::webrtc::RtcEventLog> Create(
::webrtc::Environment
const
&)
const
= 0;
22
// NOLINTEND
23
24
public
:
25
// virtual function thunks
26
// NOLINTBEGIN
27
28
// NOLINTEND
29
};
30
31
}
// namespace webrtc
webrtc::Environment
Definition
Environment.h:7
webrtc::RtcEventLogFactoryInterface
Definition
RtcEventLogFactoryInterface.h:13
src
mc
external
webrtc
RtcEventLogFactoryInterface.h
Generated on Wed Jul 23 2025 08:34:09 for LeviLamina by
1.12.0