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
17class RTCOutboundRtpStreamStats : public ::webrtc::RTCSentRtpStreamStats {
18public:
19 // member variables
20 // NOLINTBEGIN
52 // NOLINTEND
53
54public:
55 // prevent constructor by default
56 RTCOutboundRtpStreamStats& operator=(RTCOutboundRtpStreamStats const&);
57 RTCOutboundRtpStreamStats();
58
59public:
60 // virtual functions
61 // NOLINTBEGIN
62 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity) const /*override*/;
63
64 virtual ::std::unique_ptr<::webrtc::RTCStats> copy() const /*override*/;
65
66 virtual char const* type() const /*override*/;
67
68 virtual ~RTCOutboundRtpStreamStats() /*override*/;
69 // NOLINTEND
70
71public:
72 // member functions
73 // NOLINTBEGIN
75
76 MCNAPI RTCOutboundRtpStreamStats(::std::string id, ::webrtc::Timestamp timestamp);
77 // NOLINTEND
78
79public:
80 // static variables
81 // NOLINTBEGIN
82 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kType();
83 // NOLINTEND
84
85public:
86 // constructor thunks
87 // NOLINTBEGIN
89
90 MCNAPI void* $ctor(::std::string id, ::webrtc::Timestamp timestamp);
91 // NOLINTEND
92
93public:
94 // destructor thunk
95 // NOLINTBEGIN
96 MCNAPI void $dtor();
97 // NOLINTEND
98
99public:
100 // virtual function thunks
101 // NOLINTBEGIN
102 MCNAPI ::std::vector<::webrtc::Attribute> $AttributesImpl(uint64 additional_capacity) const;
103
104 MCNAPI ::std::unique_ptr<::webrtc::RTCStats> $copy() const;
105
106 MCNAPI char const* $type() const;
107
108
109 // NOLINTEND
110
111public:
112 // vftables
113 // NOLINTBEGIN
114 MCNAPI static void** $vftable();
115 // NOLINTEND
116};
117
118} // namespace webrtc
Definition Attribute.h:7
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 RTCStats.h:12
Definition Timestamp.h:15
Definition Alias.h:14