LeviLamina
Loading...
Searching...
No Matches
RtpPacketReceived.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RtpPacket.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class RtpHeaderExtensionMap; }
11namespace webrtc { class Timestamp; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // member variables
19 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 RtpPacketReceived& operator=(RtpPacketReceived const&);
31
32public:
33 // member functions
34 // NOLINTBEGIN
36
38
39 MCAPI ~RtpPacketReceived();
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI void* $ctor(::webrtc::RtpPacketReceived const&);
46
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCAPI void $dtor();
54 // NOLINTEND
55};
56
57} // namespace webrtc
Definition RtpHeaderExtensionMap.h:15
Definition RtpPacketReceived.h:16
Definition RtpPacket.h:16
Definition Timestamp.h:10
Definition Alias.h:14