LeviLamina
Loading...
Searching...
No Matches
RTCStats.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class Attribute; }
8// clang-format on
9
10namespace webrtc {
11
12class RTCStats {
13public:
14 // member variables
15 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 RTCStats& operator=(RTCStats const&);
23 RTCStats();
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 0
29 virtual ~RTCStats() = default;
30
31 // vIndex: 1
32 virtual ::std::unique_ptr<::webrtc::RTCStats> copy() const = 0;
33
34 // vIndex: 2
35 virtual char const* type() const = 0;
36
37 // vIndex: 3
38 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64) const;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCNAPI ::std::vector<::webrtc::Attribute> Attributes() const;
45
47
48 MCNAPI ::std::string ToJson() const;
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
54 MCNAPI void* $ctor(::webrtc::RTCStats const&);
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftable();
67 // NOLINTEND
68};
69
70} // namespace webrtc
Definition Attribute.h:9
Definition RTCStats.h:12
MCAPI void * $ctor(::webrtc::RTCStats const &)
MCAPI RTCStats(::webrtc::RTCStats const &)
MCAPI::std::string ToJson() const
MCAPI ::std::vector<::webrtc::Attribute > Attributes() const
static MCAPI void ** $vftable()
Definition Alias.h:14