LeviLamina
Loading...
Searching...
No Matches
RtcEventProbeClusterCreated.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // prevent constructor by default
11
12public:
13 // member functions
14 // NOLINTBEGIN
15 MCNAPI RtcEventProbeClusterCreated(int, int, uint, uint);
16 // NOLINTEND
17
18public:
19 // constructor thunks
20 // NOLINTBEGIN
21 MCNAPI void* $ctor(int, int, uint, uint);
22 // NOLINTEND
23
24public:
25 // vftables
26 // NOLINTBEGIN
27 MCNAPI static void** $vftable();
28 // NOLINTEND
29};
30
31} // namespace webrtc
Definition RtcEventProbeClusterCreated.h:7
MCAPI RtcEventProbeClusterCreated(int, int, uint, uint)
MCAPI void * $ctor(int, int, uint, uint)
static MCAPI void ** $vftable()