LeviLamina
Loading...
Searching...
No Matches
RTCIceCandidateStats.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class Timestamp; }
8// clang-format on
9
10namespace webrtc {
11
13public:
14 // prevent constructor by default
16
17public:
18 // member functions
19 // NOLINTBEGIN
21
22 MCAPI RTCIceCandidateStats(::std::string, ::webrtc::Timestamp, bool);
23 // NOLINTEND
24
25public:
26 // static variables
27 // NOLINTBEGIN
28 MCAPI static ::std::add_lvalue_reference_t<char const[]> kType();
29 // NOLINTEND
30
31public:
32 // constructor thunks
33 // NOLINTBEGIN
34 MCAPI void* $ctor(::webrtc::RTCIceCandidateStats const&);
35
36 MCAPI void* $ctor(::std::string, ::webrtc::Timestamp, bool);
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCAPI static void** $vftable();
43 // NOLINTEND
44};
45
46} // namespace webrtc
Definition RTCIceCandidateStats.h:12
Definition Timestamp.h:10