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