LeviLamina
Loading...
Searching...
No Matches
RtcEventIceCandidatePairConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/IceCandidatePairConfigType.h"
7#include "mc/external/webrtc/RtcEvent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace webrtc { class IceCandidatePairDescription; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 0
35 virtual ~RtcEventIceCandidatePairConfig() /*override*/ = default;
36
37 // vIndex: 1
38 virtual ::webrtc::RtcEvent::Type GetType() const /*override*/;
39
40 // vIndex: 2
41 virtual bool IsConfigEvent() const /*override*/;
42 // NOLINTEND
43
44public:
45 // member functions
46 // NOLINTBEGIN
48 ::webrtc::IceCandidatePairConfigType,
49 uint,
51 );
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCNAPI void* $ctor(::webrtc::IceCandidatePairConfigType, uint, ::webrtc::IceCandidatePairDescription const&);
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftable();
70 // NOLINTEND
71};
72
73} // namespace webrtc
Definition IceCandidatePairDescription.h:10
Definition RtcEventIceCandidatePairConfig.h:16
MCAPI RtcEventIceCandidatePairConfig(::webrtc::IceCandidatePairConfigType, uint, ::webrtc::IceCandidatePairDescription const &)
MCAPI void * $ctor(::webrtc::IceCandidatePairConfigType, uint, ::webrtc::IceCandidatePairDescription const &)
Definition RtcEvent.h:7
Definition Alias.h:14