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 MCAPI bool ParseData();
35
36 MCAPI explicit RemoteEstimate(::webrtc::rtcp::App&&);
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCAPI void* $ctor(::webrtc::rtcp::App&&);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCAPI static void** $vftable();
55 // NOLINTEND
56};
57
58} // namespace webrtc::rtcp
Definition App.h:16
Definition RemoteEstimate.h:10
Definition Alias.h:14