LeviLamina
Loading...
Searching...
No Matches
StreamInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/rtc/StreamResult.h"
7
#include "mc/external/rtc/StreamState.h"
8
9
namespace
rtc {
10
11
class
StreamInterface
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::UntypedStorage<8, 48>
mUnk126000;
16
// NOLINTEND
17
18
public
:
19
// prevent constructor by default
20
StreamInterface
& operator=(
StreamInterface
const
&);
21
StreamInterface
(
StreamInterface
const
&);
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 0
27
virtual
~StreamInterface
() =
default
;
28
29
// vIndex: 1
30
virtual ::rtc::StreamState GetState()
const
= 0;
31
32
// vIndex: 2
33
virtual ::rtc::StreamResult
Read
(
::rtc::ArrayView<uchar>
, uint64&,
int
&) = 0;
34
35
// vIndex: 3
36
virtual ::rtc::StreamResult
Write
(
::rtc::ArrayView<uchar const>
, uint64&,
int
&) = 0;
37
38
// vIndex: 4
39
virtual
void
Close() = 0;
40
41
// vIndex: 5
42
virtual
bool
Flush();
43
// NOLINTEND
44
45
public
:
46
// member functions
47
// NOLINTBEGIN
48
MCAPI
StreamInterface
();
49
50
MCAPI ::rtc::StreamResult WriteAll(
void
const
*, uint64, uint64*,
int
*);
51
// NOLINTEND
52
53
public
:
54
// constructor thunks
55
// NOLINTBEGIN
56
MCAPI
void
* $ctor();
57
// NOLINTEND
58
59
public
:
60
// destructor thunk
61
// NOLINTBEGIN
62
63
// NOLINTEND
64
65
public
:
66
// virtual function thunks
67
// NOLINTBEGIN
68
69
// NOLINTEND
70
71
public
:
72
// vftables
73
// NOLINTBEGIN
74
MCAPI
static
void
** $vftable();
75
// NOLINTEND
76
};
77
78
}
// namespace rtc
rtc::ArrayView
Definition
_HeaderOutputPredefine.h:238
rtc::StreamInterface
Definition
StreamInterface.h:11
Read
Definition
Read.h:6
Write
Definition
Write.h:6
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
rtc
StreamInterface.h
Generated on Sat Apr 26 2025 05:55:41 for LeviLamina by
1.12.0