LeviLamina
Loading...
Searching...
No Matches
RemoteEstimate.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/App.h"
7
8namespace webrtc::rtcp {
9
10class RemoteEstimate : public ::webrtc::rtcp::App {
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 RemoteEstimate& operator=(RemoteEstimate const&);
21 RemoteEstimate(RemoteEstimate const&);
22 RemoteEstimate();
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual ~RemoteEstimate() /*override*/;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCNAPI bool ParseData();
34
35 MCNAPI explicit RemoteEstimate(::webrtc::rtcp::App&& app);
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCNAPI void* $ctor(::webrtc::rtcp::App&& app);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCNAPI void $dtor();
48 // NOLINTEND
49
50public:
51 // vftables
52 // NOLINTBEGIN
53 MCNAPI static void** $vftable();
54 // NOLINTEND
55};
56
57} // namespace webrtc::rtcp
Definition App.h:16
static MCAPI void ** $vftable()
MCAPI void * $ctor(::webrtc::rtcp::App &&app)
MCAPI RemoteEstimate(::webrtc::rtcp::App &&app)
Definition Alias.h:14