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
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 RemoteEstimate& operator=(RemoteEstimate const&);
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 0
28 virtual ~RemoteEstimate() /*override*/;
29 // NOLINTEND
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCNAPI bool ParseData();
35
36 MCNAPI explicit RemoteEstimate(::webrtc::rtcp::App&& app);
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCNAPI void* $ctor(::webrtc::rtcp::App&& app);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCNAPI void $dtor();
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
57
58} // namespace webrtc::rtcp
Definition App.h:16
Definition RemoteEstimate.h:10
static MCAPI void ** $vftable()
MCAPI void * $ctor(::webrtc::rtcp::App &&app)
MCAPI RemoteEstimate(::webrtc::rtcp::App &&app)
Definition Alias.h:14