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
10class RtcEventProbeClusterCreated : public ::webrtc::RtcEvent {
11public:
12 // member variables
13 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 RtcEventProbeClusterCreated& operator=(RtcEventProbeClusterCreated const&);
23 RtcEventProbeClusterCreated(RtcEventProbeClusterCreated const&);
24 RtcEventProbeClusterCreated();
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ~RtcEventProbeClusterCreated() /*override*/ = default;
30
31 virtual ::webrtc::RtcEvent::Type GetType() const /*override*/;
32
33 virtual bool IsConfigEvent() const /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCNAPI RtcEventProbeClusterCreated(int id, int bitrate_bps, uint min_probes, uint min_bytes);
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCNAPI void* $ctor(int id, int bitrate_bps, uint min_probes, uint min_bytes);
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51 MCNAPI ::webrtc::RtcEvent::Type $GetType() const;
52
53 MCNAPI bool $IsConfigEvent() const;
54
55
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
64
65} // namespace webrtc
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