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