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
47 MCAPI
48 RtcEventIceCandidatePairConfig(::webrtc::IceCandidatePairConfigType, uint, ::webrtc::IceCandidatePairDescription const&);
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
54 MCAPI void* $ctor(::webrtc::IceCandidatePairConfigType, uint, ::webrtc::IceCandidatePairDescription const&);
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60
61 // NOLINTEND
62
63public:
64 // virtual function thunks
65 // NOLINTBEGIN
66
67 // NOLINTEND
68
69public:
70 // vftables
71 // NOLINTBEGIN
72 MCAPI static void** $vftable();
73 // NOLINTEND
74};
75
76} // namespace webrtc
Definition IceCandidatePairDescription.h:10
Definition RtcEventIceCandidatePairConfig.h:16
Definition RtcEvent.h:7
Definition Alias.h:14