LeviLamina
Loading...
Searching...
No Matches
Transport.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/webrtc/ArrayView.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
webrtc {
struct
PacketOptions
; }
11
// clang-format on
12
13
namespace
webrtc {
14
15
class
Transport
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual
bool
SendRtp(
::webrtc::ArrayView<uchar const>
,
::webrtc::PacketOptions
const
&) = 0;
20
21
virtual
bool
SendRtcp(
::webrtc::ArrayView<uchar const>
,
::webrtc::PacketOptions
const
&) = 0;
22
23
virtual
~Transport
() =
default
;
24
// NOLINTEND
25
};
26
27
}
// namespace webrtc
webrtc::ArrayView
Definition
ArrayView.h:8
webrtc::Transport
Definition
Transport.h:15
webrtc::PacketOptions
Definition
PacketOptions.h:7
src
mc
external
webrtc
Transport.h
Generated on
for LeviLamina by
1.16.1