LeviLamina
Loading...
Searching...
No Matches
PacketQueue.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
webrtc {
struct
DataBuffer; }
8
// clang-format on
9
10
namespace
webrtc {
11
12
class
PacketQueue
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::UntypedStorage<8, 40>
mUnk61366b;
17
::ll::UntypedStorage<8, 8>
mUnkf0b2ce;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
PacketQueue
& operator=(
PacketQueue
const
&);
23
PacketQueue
(
PacketQueue
const
&);
24
PacketQueue
();
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCNAPI
void
Clear
();
30
31
MCNAPI
bool
Empty
()
const
;
32
33
MCNAPI ::std::unique_ptr<::webrtc::DataBuffer>
PopFront
();
34
35
MCNAPI
void
PushBack
(::std::unique_ptr<::webrtc::DataBuffer> packet);
36
37
MCNAPI
~PacketQueue
();
38
// NOLINTEND
39
40
public
:
41
// destructor thunk
42
// NOLINTBEGIN
43
MCNAPI
void
$dtor
();
44
// NOLINTEND
45
};
46
47
}
// namespace webrtc
webrtc::PacketQueue
Definition
PacketQueue.h:12
webrtc::PacketQueue::Clear
MCAPI void Clear()
webrtc::PacketQueue::~PacketQueue
MCAPI ~PacketQueue()
webrtc::PacketQueue::Empty
MCAPI bool Empty() const
webrtc::PacketQueue::$dtor
MCAPI void $dtor()
webrtc::PacketQueue::PopFront
MCAPI ::std::unique_ptr<::webrtc::DataBuffer > PopFront()
webrtc::PacketQueue::PushBack
MCAPI void PushBack(::std::unique_ptr<::webrtc::DataBuffer > packet)
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
webrtc
PacketQueue.h
Generated on Wed Jul 16 2025 07:41:08 for LeviLamina by
1.12.0