LeviLamina
Loading...
Searching...
No Matches
OnlinePlayRequest.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Audio {
6
7
struct
OnlinePlayRequest {
8
public
:
9
// OnlinePlayRequest inner types declare
10
// clang-format off
11
struct
AfterDelay
;
12
struct
OnSignal
;
13
struct
WhenReady
;
14
// clang-format on
15
16
// OnlinePlayRequest inner types define
17
struct
AfterDelay {
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<4, 4>
mUnkf0763a;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
AfterDelay& operator=(AfterDelay
const
&);
27
AfterDelay(AfterDelay
const
&);
28
AfterDelay();
29
};
30
31
struct
OnSignal
{};
32
33
struct
WhenReady
{};
34
35
public
:
36
// member variables
37
// NOLINTBEGIN
38
::ll::UntypedStorage<4, 8>
mUnkbbf627;
39
::ll::UntypedStorage<4, 4>
mUnk1f32ae;
40
::ll::UntypedStorage<4, 4>
mUnk12c673;
41
::ll::UntypedStorage<8, 40>
mUnk3fece2;
42
// NOLINTEND
43
44
public
:
45
// prevent constructor by default
46
OnlinePlayRequest& operator=(OnlinePlayRequest
const
&);
47
OnlinePlayRequest(OnlinePlayRequest
const
&);
48
OnlinePlayRequest();
49
50
public
:
51
// member functions
52
// NOLINTBEGIN
53
#ifdef LL_PLAT_C
54
MCNAPI ~OnlinePlayRequest();
55
#endif
56
// NOLINTEND
57
58
public
:
59
// destructor thunk
60
// NOLINTBEGIN
61
#ifdef LL_PLAT_C
62
MCNAPI
void
$dtor();
63
#endif
64
// NOLINTEND
65
};
66
67
}
// namespace Audio
Audio::OnlinePlayRequest::AfterDelay
Definition
OnlinePlayRequest.h:17
Audio::OnlinePlayRequest::OnSignal
Definition
OnlinePlayRequest.h:31
Audio::OnlinePlayRequest::WhenReady
Definition
OnlinePlayRequest.h:33
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
audio
online_streaming
OnlinePlayRequest.h
Generated on
for LeviLamina by
1.16.1