LeviLamina
Loading...
Searching...
No Matches
SentPacketInfo.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
PacketInfo
; }
8
// clang-format on
9
10
namespace
webrtc {
11
12
struct
SentPacketInfo {
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::UntypedStorage<8, 8>
mUnk45e519;
17
::ll::UntypedStorage<8, 8>
mUnk63b6ca;
18
::ll::UntypedStorage<8, 40>
mUnk8e7444;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
SentPacketInfo& operator=(SentPacketInfo
const
&);
24
SentPacketInfo(SentPacketInfo
const
&);
25
SentPacketInfo();
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCNAPI
SentPacketInfo
(int64 packet_id, int64 send_time_ms);
31
32
MCNAPI
SentPacketInfo
(int64 packet_id, int64 send_time_ms,
::webrtc::PacketInfo
const
& info);
33
34
MCNAPI
~SentPacketInfo
();
35
// NOLINTEND
36
37
public
:
38
// constructor thunks
39
// NOLINTBEGIN
40
MCNAPI
void
*
$ctor
(int64 packet_id, int64 send_time_ms);
41
42
MCNAPI
void
*
$ctor
(int64 packet_id, int64 send_time_ms,
::webrtc::PacketInfo
const
& info);
43
// NOLINTEND
44
45
public
:
46
// destructor thunk
47
// NOLINTBEGIN
48
MCNAPI
void
$dtor
();
49
// NOLINTEND
50
};
51
52
}
// namespace webrtc
ll::UntypedStorage
Definition
Alias.h:14
webrtc::PacketInfo
Definition
PacketInfo.h:7
webrtc::SentPacketInfo::$ctor
MCAPI void * $ctor(int64 packet_id, int64 send_time_ms, ::webrtc::PacketInfo const &info)
webrtc::SentPacketInfo::$ctor
MCAPI void * $ctor(int64 packet_id, int64 send_time_ms)
webrtc::SentPacketInfo::SentPacketInfo
MCAPI SentPacketInfo(int64 packet_id, int64 send_time_ms, ::webrtc::PacketInfo const &info)
webrtc::SentPacketInfo::SentPacketInfo
MCAPI SentPacketInfo(int64 packet_id, int64 send_time_ms)
webrtc::SentPacketInfo::$dtor
MCAPI void $dtor()
webrtc::SentPacketInfo::~SentPacketInfo
MCAPI ~SentPacketInfo()
src
mc
external
webrtc
SentPacketInfo.h
Generated on
for LeviLamina by
1.16.1