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
7namespace webrtc { struct PacketInfo; }
8// clang-format on
9
10namespace webrtc {
11
12struct SentPacketInfo {
13public:
14 // member variables
15 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 SentPacketInfo& operator=(SentPacketInfo const&);
24 SentPacketInfo(SentPacketInfo const&);
25 SentPacketInfo();
26
27public:
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
35 // NOLINTEND
36
37public:
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
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCNAPI void $dtor();
49 // NOLINTEND
50};
51
52} // namespace webrtc
Definition Alias.h:14
Definition PacketInfo.h:7
MCAPI void * $ctor(int64 packet_id, int64 send_time_ms, ::webrtc::PacketInfo const &info)
MCAPI void * $ctor(int64 packet_id, int64 send_time_ms)
MCAPI SentPacketInfo(int64 packet_id, int64 send_time_ms, ::webrtc::PacketInfo const &info)
MCAPI SentPacketInfo(int64 packet_id, int64 send_time_ms)