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*/;
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
43 RtcEventIceCandidatePair(::webrtc::IceCandidatePairEventType type, uint candidate_pair_id, uint transaction_id);
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCNAPI void* $ctor(::webrtc::IceCandidatePairEventType type, uint candidate_pair_id, uint transaction_id);
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCNAPI void $dtor();
56 // NOLINTEND
57
58public:
59 // virtual function thunks
60 // NOLINTBEGIN
61 MCNAPI ::webrtc::RtcEvent::Type $GetType() const;
62
63 MCNAPI bool $IsConfigEvent() const;
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftable();
70 // NOLINTEND
71};
72
73} // namespace webrtc
Definition RtcEventIceCandidatePair.h:11
static MCAPI void ** $vftable()
MCAPI void * $ctor(::webrtc::IceCandidatePairEventType type, uint candidate_pair_id, uint transaction_id)
MCAPI RtcEventIceCandidatePair(::webrtc::IceCandidatePairEventType type, uint candidate_pair_id, uint transaction_id)
MCAPI::webrtc::RtcEvent::Type $GetType() const
MCAPI bool $IsConfigEvent() const
Definition RtcEvent.h:7
Definition Alias.h:14