LeviLamina
Loading...
Searching...
No Matches
RtcEventIceCandidatePair.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/IceCandidatePairEventType.h"
7#include "mc/external/webrtc/RtcEvent.h"
8
9namespace webrtc {
10
12public:
13 // member variables
14 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 0
30 virtual ~RtcEventIceCandidatePair() /*override*/ = default;
31
32 // vIndex: 1
33 virtual ::webrtc::RtcEvent::Type GetType() const /*override*/;
34
35 // vIndex: 2
36 virtual bool IsConfigEvent() const /*override*/;
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCNAPI RtcEventIceCandidatePair(::webrtc::IceCandidatePairEventType, uint, uint);
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCNAPI void* $ctor(::webrtc::IceCandidatePairEventType, uint, uint);
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
63
64} // namespace webrtc
Definition RtcEventIceCandidatePair.h:11
static MCAPI void ** $vftable()
MCAPI RtcEventIceCandidatePair(::webrtc::IceCandidatePairEventType, uint, uint)
MCAPI void * $ctor(::webrtc::IceCandidatePairEventType, uint, uint)
Definition RtcEvent.h:7
Definition Alias.h:14