LeviLamina
Loading...
Searching...
No Matches
RTCTransportStats.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RTCStats.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class Attribute; }
11namespace webrtc { class Timestamp; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // member variables
19 // NOLINTBEGIN
37 // NOLINTEND
38
39public:
40 // prevent constructor by default
41 RTCTransportStats& operator=(RTCTransportStats const&);
43
44public:
45 // virtual functions
46 // NOLINTBEGIN
47 // vIndex: 3
48 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity) const /*override*/;
49
50 // vIndex: 1
51 virtual ::std::unique_ptr<::webrtc::RTCStats> copy() const /*override*/;
52
53 // vIndex: 2
54 virtual char const* type() const /*override*/;
55
56 // vIndex: 0
57 virtual ~RTCTransportStats() /*override*/;
58 // NOLINTEND
59
60public:
61 // member functions
62 // NOLINTBEGIN
64
65 MCNAPI RTCTransportStats(::std::string id, ::webrtc::Timestamp timestamp);
66 // NOLINTEND
67
68public:
69 // static variables
70 // NOLINTBEGIN
71 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kType();
72 // NOLINTEND
73
74public:
75 // constructor thunks
76 // NOLINTBEGIN
77 MCNAPI void* $ctor(::webrtc::RTCTransportStats const&);
78
79 MCNAPI void* $ctor(::std::string id, ::webrtc::Timestamp timestamp);
80 // NOLINTEND
81
82public:
83 // destructor thunk
84 // NOLINTBEGIN
85 MCNAPI void $dtor();
86 // NOLINTEND
87
88public:
89 // virtual function thunks
90 // NOLINTBEGIN
91 MCNAPI ::std::vector<::webrtc::Attribute> $AttributesImpl(uint64 additional_capacity) const;
92
93 MCNAPI ::std::unique_ptr<::webrtc::RTCStats> $copy() const;
94
95 MCNAPI char const* $type() const;
96 // NOLINTEND
97
98public:
99 // vftables
100 // NOLINTBEGIN
101 MCNAPI static void** $vftable();
102 // NOLINTEND
103};
104
105} // namespace webrtc
Definition Attribute.h:9
Definition RTCStats.h:12
Definition RTCTransportStats.h:16
static MCAPI void ** $vftable()
MCAPI RTCTransportStats(::std::string id, ::webrtc::Timestamp timestamp)
MCAPI void * $ctor(::webrtc::RTCTransportStats const &)
MCAPI ::std::unique_ptr<::webrtc::RTCStats > $copy() const
MCAPI char const * $type() const
MCAPI ::std::vector<::webrtc::Attribute > $AttributesImpl(uint64 additional_capacity) const
MCAPI void * $ctor(::std::string id, ::webrtc::Timestamp timestamp)
static MCAPI ::std::add_lvalue_reference_t< char const[]> kType()
MCAPI RTCTransportStats(::webrtc::RTCTransportStats const &)
Definition Timestamp.h:10
Definition Alias.h:14