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
11class RtcEventIceCandidatePair : public ::webrtc::RtcEvent {
12public:
13 // member variables
14 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 RtcEventIceCandidatePair& operator=(RtcEventIceCandidatePair const&);
23 RtcEventIceCandidatePair(RtcEventIceCandidatePair const&);
24 RtcEventIceCandidatePair();
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ~RtcEventIceCandidatePair() /*override*/;
30
31 virtual ::webrtc::RtcEvent::Type GetType() const /*override*/;
32
33 virtual bool IsConfigEvent() const /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCNAPI
40 RtcEventIceCandidatePair(::webrtc::IceCandidatePairEventType type, uint candidate_pair_id, uint transaction_id);
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCNAPI void* $ctor(::webrtc::IceCandidatePairEventType type, uint candidate_pair_id, uint transaction_id);
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCNAPI void $dtor();
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCNAPI ::webrtc::RtcEvent::Type $GetType() const;
59
60 MCNAPI bool $IsConfigEvent() const;
61
62
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCNAPI static void** $vftable();
69 // NOLINTEND
70};
71
72} // namespace webrtc
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