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