3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RTCStats.h"
11namespace webrtc {
class Timestamp; }
49 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity)
const ;
52 virtual ::std::unique_ptr<::webrtc::RTCStats> copy()
const ;
55 virtual char const* type()
const ;
72 MCNAPI static ::std::add_lvalue_reference_t<char const[]>
kType();
92 MCNAPI ::std::vector<::webrtc::Attribute>
$AttributesImpl(uint64 additional_capacity)
const;
94 MCNAPI ::std::unique_ptr<::webrtc::RTCStats>
$copy()
const;
96 MCNAPI
char const*
$type()
const;
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 Timestamp.h:10