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