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