LeviLamina
Loading...
Searching...
No Matches
RtcEventProbeResultFailure.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/ProbeFailureReason.h"
7#include "mc/external/webrtc/RtcEvent.h"
8
9namespace webrtc {
10
11class RtcEventProbeResultFailure : public ::webrtc::RtcEvent {
12public:
13 // member variables
14 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 RtcEventProbeResultFailure& operator=(RtcEventProbeResultFailure const&);
22 RtcEventProbeResultFailure(RtcEventProbeResultFailure const&);
23 RtcEventProbeResultFailure();
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ~RtcEventProbeResultFailure() /*override*/ = default;
29
30 virtual ::webrtc::RtcEvent::Type GetType() const /*override*/;
31
32 virtual bool IsConfigEvent() const /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCNAPI RtcEventProbeResultFailure(int id, ::webrtc::ProbeFailureReason failure_reason);
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCNAPI void* $ctor(int id, ::webrtc::ProbeFailureReason failure_reason);
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCNAPI ::webrtc::RtcEvent::Type $GetType() const;
51
52 MCNAPI bool $IsConfigEvent() const;
53
54
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
63
64} // namespace webrtc
MCAPI RtcEventProbeResultFailure(int id, ::webrtc::ProbeFailureReason failure_reason)
MCAPI::webrtc::RtcEvent::Type $GetType() const
static MCAPI void ** $vftable()
MCAPI void * $ctor(int id, ::webrtc::ProbeFailureReason failure_reason)
Definition RtcEvent.h:7
Definition Alias.h:14