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
struct
PacketQueue
{
13
public
:
14
// member functions
15
// NOLINTBEGIN
16
MCNAPI
void
Clear
();
17
18
MCNAPI
bool
Empty
()
const
;
19
20
MCNAPI ::std::unique_ptr<::webrtc::DataBuffer>
PopFront
();
21
22
MCNAPI
void
PushBack
(::std::unique_ptr<::webrtc::DataBuffer>);
23
24
MCNAPI
~PacketQueue
();
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
MCNAPI
void
$dtor
();
31
// NOLINTEND
32
};
33
34
}
// 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::PushBack
MCAPI void PushBack(::std::unique_ptr<::webrtc::DataBuffer >)
webrtc::PacketQueue::PopFront
MCAPI ::std::unique_ptr<::webrtc::DataBuffer > PopFront()
src
mc
external
webrtc
PacketQueue.h
Generated on Fri Jun 13 2025 05:04:39 for LeviLamina by
1.12.0