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*/;
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 type,
49 uint candidate_pair_id,
50 ::webrtc::IceCandidatePairDescription const& candidate_pair_desc
51 );
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCNAPI void* $ctor(
58 ::webrtc::IceCandidatePairConfigType type,
59 uint candidate_pair_id,
60 ::webrtc::IceCandidatePairDescription const& candidate_pair_desc
61 );
62 // NOLINTEND
63
64public:
65 // destructor thunk
66 // NOLINTBEGIN
67 MCNAPI void $dtor();
68 // NOLINTEND
69
70public:
71 // virtual function thunks
72 // NOLINTBEGIN
73 MCNAPI ::webrtc::RtcEvent::Type $GetType() const;
74
75 MCNAPI bool $IsConfigEvent() const;
76 // NOLINTEND
77
78public:
79 // vftables
80 // NOLINTBEGIN
81 MCNAPI static void** $vftable();
82 // NOLINTEND
83};
84
85} // namespace webrtc
Definition IceCandidatePairDescription.h:10
Definition RtcEventIceCandidatePairConfig.h:16
MCAPI RtcEventIceCandidatePairConfig(::webrtc::IceCandidatePairConfigType type, uint candidate_pair_id, ::webrtc::IceCandidatePairDescription const &candidate_pair_desc)
MCAPI void * $ctor(::webrtc::IceCandidatePairConfigType type, uint candidate_pair_id, ::webrtc::IceCandidatePairDescription const &candidate_pair_desc)
MCAPI::webrtc::RtcEvent::Type $GetType() const
Definition RtcEvent.h:7
Definition Alias.h:14