LeviLamina
Loading...
Searching...
No Matches
RtcEventProbeResultSuccess.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: 0
28 virtual ~RtcEventProbeResultSuccess() /*override*/ = default;
29
30 // vIndex: 1
31 virtual ::webrtc::RtcEvent::Type GetType() const /*override*/;
32
33 // vIndex: 2
34 virtual bool IsConfigEvent() const /*override*/;
35 // NOLINTEND
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCNAPI RtcEventProbeResultSuccess(int id, int bitrate_bps);
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCNAPI void* $ctor(int id, int bitrate_bps);
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
52 MCNAPI ::webrtc::RtcEvent::Type $GetType() const;
53
54 MCNAPI bool $IsConfigEvent() const;
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
63
64} // namespace webrtc
Definition RtcEventProbeResultSuccess.h:10
MCAPI RtcEventProbeResultSuccess(int id, int bitrate_bps)
MCAPI::webrtc::RtcEvent::Type $GetType() const
static MCAPI void ** $vftable()
MCAPI void * $ctor(int id, int bitrate_bps)
Definition RtcEvent.h:7
Definition Alias.h:14