LeviLamina
Loading...
Searching...
No Matches
RTCRemoteOutboundRtpStreamStats.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 RTCRemoteOutboundRtpStreamStats : public ::webrtc::RTCSentRtpStreamStats {
18public:
19 // member variables
20 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 RTCRemoteOutboundRtpStreamStats& operator=(RTCRemoteOutboundRtpStreamStats const&);
32 RTCRemoteOutboundRtpStreamStats(RTCRemoteOutboundRtpStreamStats const&);
33 RTCRemoteOutboundRtpStreamStats();
34
35public:
36 // virtual functions
37 // NOLINTBEGIN
38 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity) const /*override*/;
39
40 virtual ::std::unique_ptr<::webrtc::RTCStats> copy() const /*override*/;
41
42 virtual char const* type() const /*override*/;
43
44 virtual ~RTCRemoteOutboundRtpStreamStats() /*override*/;
45 // NOLINTEND
46
47public:
48 // member functions
49 // NOLINTBEGIN
50 MCNAPI RTCRemoteOutboundRtpStreamStats(::std::string id, ::webrtc::Timestamp timestamp);
51 // NOLINTEND
52
53public:
54 // static variables
55 // NOLINTBEGIN
56 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kType();
57 // NOLINTEND
58
59public:
60 // constructor thunks
61 // NOLINTBEGIN
62 MCNAPI void* $ctor(::std::string id, ::webrtc::Timestamp timestamp);
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68 MCNAPI void $dtor();
69 // NOLINTEND
70
71public:
72 // virtual function thunks
73 // NOLINTBEGIN
74 MCNAPI ::std::vector<::webrtc::Attribute> $AttributesImpl(uint64 additional_capacity) const;
75
76 MCNAPI ::std::unique_ptr<::webrtc::RTCStats> $copy() const;
77
78 MCNAPI char const* $type() const;
79
80
81 // NOLINTEND
82
83public:
84 // vftables
85 // NOLINTBEGIN
86 MCNAPI static void** $vftable();
87 // NOLINTEND
88};
89
90} // namespace webrtc
Definition Attribute.h:7
static MCAPI ::std::add_lvalue_reference_t< char const[]> kType()
MCAPI char const * $type() const
MCAPI ::std::unique_ptr<::webrtc::RTCStats > $copy() const
MCAPI ::std::vector<::webrtc::Attribute > $AttributesImpl(uint64 additional_capacity) const
MCAPI RTCRemoteOutboundRtpStreamStats(::std::string id, ::webrtc::Timestamp timestamp)
MCAPI void * $ctor(::std::string id, ::webrtc::Timestamp timestamp)
Definition RTCSentRtpStreamStats.h:17
Definition RTCStats.h:12
Definition Timestamp.h:15
Definition Alias.h:14