LeviLamina
Loading...
Searching...
No Matches
TurnCustomizer.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
cricket {
class
PortInterface
; }
8
namespace
cricket {
class
StunMessage
; }
9
// clang-format on
10
11
namespace
webrtc {
12
13
class
TurnCustomizer
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual
void
MaybeModifyOutgoingStunMessage(
::cricket::PortInterface
*,
::cricket::StunMessage
*) = 0;
18
19
virtual
bool
AllowChannelData(
::cricket::PortInterface
*,
void
const
*, uint64,
bool
) = 0;
20
21
virtual
~TurnCustomizer
() =
default
;
22
// NOLINTEND
23
24
public
:
25
// virtual function thunks
26
// NOLINTBEGIN
27
28
// NOLINTEND
29
};
30
31
}
// namespace webrtc
cricket::PortInterface
Definition
PortInterface.h:29
cricket::StunMessage
Definition
StunMessage.h:23
webrtc::TurnCustomizer
Definition
TurnCustomizer.h:13
src
mc
external
webrtc
TurnCustomizer.h
Generated on
for LeviLamina by
1.16.1