LeviLamina
Loading...
Searching...
No Matches
MyStatsObserver.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RefCountReleaseStatus.h"
7#include "mc/external/webrtc/StatsObserver.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace webrtc { class StatsReport; }
12// clang-format on
13
14namespace NetherNet {
15
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 MyStatsObserver& operator=(MyStatsObserver const&);
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 2
34 virtual ~MyStatsObserver() /*override*/ = default;
35
36 // vIndex: 0
37 virtual void AddRef() const /*override*/;
38
39 // vIndex: 1
40 virtual ::webrtc::RefCountReleaseStatus Release() const /*override*/;
41
42 // vIndex: 3
43 virtual void OnComplete(::std::vector<::webrtc::StatsReport const*> const& reports) /*override*/;
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCFOLD void $AddRef() const;
56
57 MCAPI ::webrtc::RefCountReleaseStatus $Release() const;
58
59 MCAPI void $OnComplete(::std::vector<::webrtc::StatsReport const*> const& reports);
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCAPI static void** $vftable();
66 // NOLINTEND
67};
68
69} // namespace NetherNet
Definition MyStatsObserver.h:16
Definition StatsObserver.h:15
Definition Alias.h:14