LeviLamina
Loading...
Searching...
No Matches
PlayerVideoCapturePacketPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // PlayerVideoCapturePacketPayload inner types declare
8 // clang-format off
10 struct StopVideoCapture;
11 // clang-format on
12
13 // PlayerVideoCapturePacketPayload inner types define
14 struct StartVideoCapture {
15 public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, uint> mFrameRate;
19 ::ll::TypedStorage<8, 32, ::std::string> mFilePrefix;
20 // NOLINTEND
21
22 public:
23 // prevent constructor by default
24 StartVideoCapture(StartVideoCapture const&);
25 StartVideoCapture();
26
27 public:
28 // member functions
29 // NOLINTBEGIN
30 MCFOLD ::PlayerVideoCapturePacketPayload::StartVideoCapture&
32
33 MCFOLD ::PlayerVideoCapturePacketPayload::StartVideoCapture&
35
36 MCAPI ~StartVideoCapture();
37 // NOLINTEND
38
39 public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCFOLD void $dtor();
43 // NOLINTEND
44 };
45
47
48public:
49 // member variables
50 // NOLINTBEGIN
51 ::ll::TypedStorage<
52 8,
53 48,
54 ::std::variant<
57 mParams;
58 // NOLINTEND
59
60public:
61 // member functions
62 // NOLINTBEGIN
64 // NOLINTEND
65
66public:
67 // destructor thunk
68 // NOLINTBEGIN
69 MCFOLD_S void $dtor();
70 // NOLINTEND
71};
Definition PlayerVideoCapturePacketPayload.h:14
Definition PlayerVideoCapturePacketPayload.h:46
Definition PlayerVideoCapturePacketPayload.h:5