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
12public:
13 // member variables
14 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 0
29 virtual ~RtcEventProbeResultFailure() /*override*/ = default;
30
31 // vIndex: 1
32 virtual ::webrtc::RtcEvent::Type GetType() const /*override*/;
33
34 // vIndex: 2
35 virtual bool IsConfigEvent() const /*override*/;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCNAPI RtcEventProbeResultFailure(int id, ::webrtc::ProbeFailureReason failure_reason);
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCNAPI void* $ctor(int id, ::webrtc::ProbeFailureReason failure_reason);
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCNAPI ::webrtc::RtcEvent::Type $GetType() const;
54
55 MCNAPI bool $IsConfigEvent() const;
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
64
65} // namespace webrtc
Definition RtcEventProbeResultFailure.h:11
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