LeviLamina
Loading...
Searching...
No Matches
RTCPeerConnectionStats.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RTCStats.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class Attribute; }
11namespace webrtc { class Timestamp; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 3
34 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity) const /*override*/;
35
36 // vIndex: 1
37 virtual ::std::unique_ptr<::webrtc::RTCStats> copy() const /*override*/;
38
39 // vIndex: 2
40 virtual char const* type() const /*override*/;
41
42 // vIndex: 0
43 virtual ~RTCPeerConnectionStats() /*override*/;
44 // NOLINTEND
45
46public:
47 // member functions
48 // NOLINTBEGIN
49 MCNAPI RTCPeerConnectionStats(::std::string id, ::webrtc::Timestamp timestamp);
50 // NOLINTEND
51
52public:
53 // static variables
54 // NOLINTBEGIN
55 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kType();
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
61 MCNAPI void* $ctor(::std::string id, ::webrtc::Timestamp timestamp);
62 // NOLINTEND
63
64public:
65 // destructor thunk
66 // NOLINTBEGIN
67 MCNAPI void $dtor();
68 // NOLINTEND
69
70public:
71 // virtual function thunks
72 // NOLINTBEGIN
73 MCNAPI ::std::vector<::webrtc::Attribute> $AttributesImpl(uint64 additional_capacity) const;
74
75 MCNAPI ::std::unique_ptr<::webrtc::RTCStats> $copy() const;
76
77 MCNAPI char const* $type() const;
78 // NOLINTEND
79
80public:
81 // vftables
82 // NOLINTBEGIN
83 MCNAPI static void** $vftable();
84 // NOLINTEND
85};
86
87} // namespace webrtc
Definition Attribute.h:9
Definition RTCPeerConnectionStats.h:16
MCAPI char const * $type() const
static MCAPI ::std::add_lvalue_reference_t< char const[]> kType()
MCAPI ::std::unique_ptr<::webrtc::RTCStats > $copy() const
MCAPI void * $ctor(::std::string id, ::webrtc::Timestamp timestamp)
MCAPI RTCPeerConnectionStats(::std::string id, ::webrtc::Timestamp timestamp)
MCAPI ::std::vector<::webrtc::Attribute > $AttributesImpl(uint64 additional_capacity) const
static MCAPI void ** $vftable()
Definition RTCStats.h:12
Definition Timestamp.h:10
Definition Alias.h:14