LeviLamina
Loading...
Searching...
No Matches
RTCLocalIceCandidateStats.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RTCIceCandidateStats.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class RTCStats; }
11namespace webrtc { class Timestamp; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // prevent constructor by default
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 1
25 virtual ::std::unique_ptr<::webrtc::RTCStats> copy() const /*override*/;
26
27 // vIndex: 2
28 virtual char const* type() const /*override*/;
29
30 // vIndex: 0
31 virtual ~RTCLocalIceCandidateStats() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCNAPI RTCLocalIceCandidateStats(::std::string id, ::webrtc::Timestamp timestamp);
38 // NOLINTEND
39
40public:
41 // static variables
42 // NOLINTBEGIN
43 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kType();
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCNAPI void* $ctor(::std::string id, ::webrtc::Timestamp timestamp);
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCNAPI ::std::unique_ptr<::webrtc::RTCStats> $copy() const;
56
57 MCNAPI char const* $type() const;
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCNAPI static void** $vftable();
64 // NOLINTEND
65};
66
67} // namespace webrtc
Definition RTCIceCandidateStats.h:16
Definition RTCLocalIceCandidateStats.h:16
MCAPI void * $ctor(::std::string id, ::webrtc::Timestamp timestamp)
static MCAPI void ** $vftable()
static MCAPI ::std::add_lvalue_reference_t< char const[]> kType()
MCAPI ::std::unique_ptr<::webrtc::RTCStats > $copy() const
MCAPI RTCLocalIceCandidateStats(::std::string id, ::webrtc::Timestamp timestamp)
MCAPI char const * $type() const
Definition Timestamp.h:10