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