LeviLamina
Loading...
Searching...
No Matches
RTCInboundRtpStreamStats.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RTCReceivedRtpStreamStats.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class Attribute; }
11namespace webrtc { class RTCStats; }
12namespace webrtc { class Timestamp; }
13// clang-format on
14
15namespace webrtc {
16
17class RTCInboundRtpStreamStats : public ::webrtc::RTCReceivedRtpStreamStats {
18public:
19 // member variables
20 // NOLINTBEGIN
82 // NOLINTEND
83
84public:
85 // prevent constructor by default
86 RTCInboundRtpStreamStats& operator=(RTCInboundRtpStreamStats const&);
87 RTCInboundRtpStreamStats();
88
89public:
90 // virtual functions
91 // NOLINTBEGIN
92 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity) const /*override*/;
93
94 virtual ::std::unique_ptr<::webrtc::RTCStats> copy() const /*override*/;
95
96 virtual char const* type() const /*override*/;
97
98 virtual ~RTCInboundRtpStreamStats() /*override*/;
99 // NOLINTEND
100
101public:
102 // member functions
103 // NOLINTBEGIN
105
106 MCNAPI RTCInboundRtpStreamStats(::std::string id, ::webrtc::Timestamp timestamp);
107 // NOLINTEND
108
109public:
110 // static variables
111 // NOLINTBEGIN
112 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kType();
113 // NOLINTEND
114
115public:
116 // constructor thunks
117 // NOLINTBEGIN
119
120 MCNAPI void* $ctor(::std::string id, ::webrtc::Timestamp timestamp);
121 // NOLINTEND
122
123public:
124 // destructor thunk
125 // NOLINTBEGIN
126 MCNAPI void $dtor();
127 // NOLINTEND
128
129public:
130 // virtual function thunks
131 // NOLINTBEGIN
132 MCNAPI ::std::vector<::webrtc::Attribute> $AttributesImpl(uint64 additional_capacity) const;
133
134 MCNAPI ::std::unique_ptr<::webrtc::RTCStats> $copy() const;
135
136 MCNAPI char const* $type() const;
137
138
139 // NOLINTEND
140
141public:
142 // vftables
143 // NOLINTBEGIN
144 MCNAPI static void** $vftable();
145 // NOLINTEND
146};
147
148} // namespace webrtc
Definition Attribute.h:7
Definition RTCInboundRtpStreamStats.h:17
MCAPI RTCInboundRtpStreamStats(::std::string id, ::webrtc::Timestamp timestamp)
static MCAPI ::std::add_lvalue_reference_t< char const[]> kType()
MCAPI char const * $type() const
MCAPI ::std::vector<::webrtc::Attribute > $AttributesImpl(uint64 additional_capacity) const
static MCAPI void ** $vftable()
MCAPI void * $ctor(::std::string id, ::webrtc::Timestamp timestamp)
MCAPI void * $ctor(::webrtc::RTCInboundRtpStreamStats const &)
MCAPI ::std::unique_ptr<::webrtc::RTCStats > $copy() const
MCAPI RTCInboundRtpStreamStats(::webrtc::RTCInboundRtpStreamStats const &)
Definition RTCReceivedRtpStreamStats.h:17
Definition RTCStats.h:12
Definition Timestamp.h:15
Definition Alias.h:14