3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RTCIceCandidateStats.h"
10namespace webrtc {
class RTCStats; }
11namespace webrtc {
class Timestamp; }
25 virtual ::std::unique_ptr<::webrtc::RTCStats> copy()
const ;
28 virtual char const* type()
const ;
43 MCNAPI static ::std::add_lvalue_reference_t<char const[]>
kType();
55 MCNAPI ::std::unique_ptr<::webrtc::RTCStats>
$copy()
const;
57 MCNAPI
char const*
$type()
const;
Definition RTCIceCandidateStats.h:16
Definition RTCRemoteIceCandidateStats.h:16
MCAPI char const * $type() const
static MCAPI void ** $vftable()
MCAPI RTCRemoteIceCandidateStats(::std::string id, ::webrtc::Timestamp timestamp)
static MCAPI ::std::add_lvalue_reference_t< char const[]> kType()
MCAPI ::std::unique_ptr<::webrtc::RTCStats > $copy() const
MCAPI void * $ctor(::std::string id, ::webrtc::Timestamp timestamp)
Definition Timestamp.h:10