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
18public:
19 // member variables
20 // NOLINTBEGIN
82 // NOLINTEND
83
84public:
85 // prevent constructor by default
88
89public:
90 // virtual functions
91 // NOLINTBEGIN
92 // vIndex: 3
93 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity) const /*override*/;
94
95 // vIndex: 1
96 virtual ::std::unique_ptr<::webrtc::RTCStats> copy() const /*override*/;
97
98 // vIndex: 2
99 virtual char const* type() const /*override*/;
100
101 // vIndex: 0
102 virtual ~RTCInboundRtpStreamStats() /*override*/;
103 // NOLINTEND
104
105public:
106 // member functions
107 // NOLINTBEGIN
109
110 MCNAPI RTCInboundRtpStreamStats(::std::string id, ::webrtc::Timestamp timestamp);
111 // NOLINTEND
112
113public:
114 // static variables
115 // NOLINTBEGIN
116 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kType();
117 // NOLINTEND
118
119public:
120 // constructor thunks
121 // NOLINTBEGIN
123
124 MCNAPI void* $ctor(::std::string id, ::webrtc::Timestamp timestamp);
125 // NOLINTEND
126
127public:
128 // destructor thunk
129 // NOLINTBEGIN
130 MCNAPI void $dtor();
131 // NOLINTEND
132
133public:
134 // virtual function thunks
135 // NOLINTBEGIN
136 MCNAPI ::std::vector<::webrtc::Attribute> $AttributesImpl(uint64 additional_capacity) const;
137
138 MCNAPI ::std::unique_ptr<::webrtc::RTCStats> $copy() const;
139
140 MCNAPI char const* $type() const;
141 // NOLINTEND
142
143public:
144 // vftables
145 // NOLINTBEGIN
146 MCNAPI static void** $vftable();
147 // NOLINTEND
148};
149
150} // namespace webrtc
Definition Attribute.h:9
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 Timestamp.h:10
Definition Alias.h:14