LeviLamina
Loading...
Searching...
No Matches
BufferQueue.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
rtc {
6
7
struct
BufferQueue
{
8
public
:
9
// member functions
10
// NOLINTBEGIN
11
MCAPI
BufferQueue
(uint64, uint64);
12
13
MCAPI
void
Clear();
14
15
MCAPI
bool
ReadFront(
void
*, uint64, uint64*);
16
17
MCAPI
bool
WriteBack(
void
const
*, uint64, uint64*);
18
19
MCAPI uint64 size()
const
;
20
21
MCAPI
~BufferQueue
();
22
// NOLINTEND
23
24
public
:
25
// constructor thunks
26
// NOLINTBEGIN
27
MCAPI
void
* $ctor(uint64, uint64);
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCAPI
void
$dtor();
34
// NOLINTEND
35
};
36
37
}
// namespace rtc
rtc::BufferQueue
Definition
BufferQueue.h:7
src
mc
external
rtc
BufferQueue.h
Generated on Sat Apr 26 2025 05:55:41 for LeviLamina by
1.12.0