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*/ = default;
29 // NOLINTEND
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCNAPI bool ParseData();
35
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCNAPI void* $ctor(::webrtc::rtcp::App&&);
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCNAPI static void** $vftable();
49 // NOLINTEND
50};
51
52} // namespace webrtc::rtcp
Definition App.h:16
Definition RemoteEstimate.h:10
static MCAPI void ** $vftable()
MCAPI RemoteEstimate(::webrtc::rtcp::App &&)
MCAPI void * $ctor(::webrtc::rtcp::App &&)
Definition Alias.h:14