LeviLamina
Loading...
Searching...
No Matches
RtcEventRemoteEstimate.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 RtcEventRemoteEstimate : public ::webrtc::RtcEvent {
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 RtcEventRemoteEstimate& operator=(RtcEventRemoteEstimate const&);
21 RtcEventRemoteEstimate(RtcEventRemoteEstimate const&);
22 RtcEventRemoteEstimate();
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual ::webrtc::RtcEvent::Type GetType() const /*override*/;
28
29 virtual bool IsConfigEvent() const /*override*/;
30
31 virtual ~RtcEventRemoteEstimate() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCNAPI ::webrtc::RtcEvent::Type $GetType() const;
38
39 MCNAPI bool $IsConfigEvent() const;
40
41
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
50
51} // namespace webrtc
MCAPI bool $IsConfigEvent() const
static MCAPI void ** $vftable()
MCAPI::webrtc::RtcEvent::Type $GetType() const
Definition RtcEvent.h:7
Definition Alias.h:14