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