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
8namespace webrtc {
9
11public:
12 // prevent constructor by default
14
15public:
16 // member functions
17 // NOLINTBEGIN
18 MCNAPI RtcEventProbeResultFailure(int, ::webrtc::ProbeFailureReason);
19 // NOLINTEND
20
21public:
22 // constructor thunks
23 // NOLINTBEGIN
24 MCNAPI void* $ctor(int, ::webrtc::ProbeFailureReason);
25 // NOLINTEND
26
27public:
28 // vftables
29 // NOLINTBEGIN
30 MCNAPI static void** $vftable();
31 // NOLINTEND
32};
33
34} // namespace webrtc
Definition RtcEventProbeResultFailure.h:10
MCAPI void * $ctor(int, ::webrtc::ProbeFailureReason)
MCAPI RtcEventProbeResultFailure(int, ::webrtc::ProbeFailureReason)
static MCAPI void ** $vftable()