LeviLamina
Loading...
Searching...
No Matches
RtcEventRtcpPacketOutgoing.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RtcEvent.h"
7
8namespace webrtc {
9
11public:
12 // member variables
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 0
27 virtual ~RtcEventRtcpPacketOutgoing() /*override*/;
28
29 // vIndex: 1
30 virtual ::webrtc::RtcEvent::Type GetType() const /*override*/;
31
32 // vIndex: 2
33 virtual bool IsConfigEvent() const /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCNAPI void $dtor();
52 // NOLINTEND
53
54public:
55 // virtual function thunks
56 // NOLINTBEGIN
57 MCNAPI ::webrtc::RtcEvent::Type $GetType() const;
58
59 MCNAPI bool $IsConfigEvent() const;
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCNAPI static void** $vftable();
66 // NOLINTEND
67};
68
69} // namespace webrtc
Definition _HeaderOutputPredefine.h:260
Definition RtcEventRtcpPacketOutgoing.h:10
MCAPI::webrtc::RtcEvent::Type $GetType() const
static MCAPI void ** $vftable()
MCAPI RtcEventRtcpPacketOutgoing(::rtc::ArrayView< uchar const > packet)
MCAPI void * $ctor(::rtc::ArrayView< uchar const > packet)
Definition RtcEvent.h:7
Definition Alias.h:14