LeviLamina
Loading...
Searching...
No Matches
RTCOutboundRtpStreamStats.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RTCSentRtpStreamStats.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
52 // NOLINTEND
53
54public:
55 // prevent constructor by default
58
59public:
60 // virtual functions
61 // NOLINTBEGIN
62 // vIndex: 3
63 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity) const /*override*/;
64
65 // vIndex: 1
66 virtual ::std::unique_ptr<::webrtc::RTCStats> copy() const /*override*/;
67
68 // vIndex: 2
69 virtual char const* type() const /*override*/;
70
71 // vIndex: 0
72 virtual ~RTCOutboundRtpStreamStats() /*override*/;
73 // NOLINTEND
74
75public:
76 // member functions
77 // NOLINTBEGIN
79
80 MCNAPI RTCOutboundRtpStreamStats(::std::string id, ::webrtc::Timestamp timestamp);
81 // NOLINTEND
82
83public:
84 // static variables
85 // NOLINTBEGIN
86 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kType();
87 // NOLINTEND
88
89public:
90 // constructor thunks
91 // NOLINTBEGIN
93
94 MCNAPI void* $ctor(::std::string id, ::webrtc::Timestamp timestamp);
95 // NOLINTEND
96
97public:
98 // destructor thunk
99 // NOLINTBEGIN
100 MCNAPI void $dtor();
101 // NOLINTEND
102
103public:
104 // virtual function thunks
105 // NOLINTBEGIN
106 MCNAPI ::std::vector<::webrtc::Attribute> $AttributesImpl(uint64 additional_capacity) const;
107
108 MCNAPI ::std::unique_ptr<::webrtc::RTCStats> $copy() const;
109
110 MCNAPI char const* $type() const;
111 // NOLINTEND
112
113public:
114 // vftables
115 // NOLINTBEGIN
116 MCNAPI static void** $vftable();
117 // NOLINTEND
118};
119
120} // namespace webrtc
Definition Attribute.h:9
Definition RTCOutboundRtpStreamStats.h:17
static MCAPI void ** $vftable()
MCAPI char const * $type() const
static MCAPI ::std::add_lvalue_reference_t< char const[]> kType()
MCAPI ::std::unique_ptr<::webrtc::RTCStats > $copy() const
MCAPI ::std::vector<::webrtc::Attribute > $AttributesImpl(uint64 additional_capacity) const
MCAPI RTCOutboundRtpStreamStats(::std::string id, ::webrtc::Timestamp timestamp)
MCAPI void * $ctor(::std::string id, ::webrtc::Timestamp timestamp)
MCAPI RTCOutboundRtpStreamStats(::webrtc::RTCOutboundRtpStreamStats const &)
MCAPI void * $ctor(::webrtc::RTCOutboundRtpStreamStats const &)
Definition RTCSentRtpStreamStats.h:17
Definition Timestamp.h:10
Definition Alias.h:14