3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RTCStats.h"
11namespace webrtc {
class Timestamp; }
56 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity)
const ;
59 virtual ::std::unique_ptr<::webrtc::RTCStats> copy()
const ;
62 virtual char const* type()
const ;
77 MCNAPI static ::std::add_lvalue_reference_t<char const[]>
kType();
95 MCNAPI ::std::vector<::webrtc::Attribute>
$AttributesImpl(uint64 additional_capacity)
const;
97 MCNAPI ::std::unique_ptr<::webrtc::RTCStats>
$copy()
const;
99 MCNAPI
char const*
$type()
const;
Definition RTCIceCandidatePairStats.h:16
MCAPI RTCIceCandidatePairStats(::std::string id, ::webrtc::Timestamp timestamp)
MCAPI ::std::vector<::webrtc::Attribute > $AttributesImpl(uint64 additional_capacity) const
static MCAPI ::std::add_lvalue_reference_t< char const[]> kType()
MCAPI void * $ctor(::std::string id, ::webrtc::Timestamp timestamp)
MCAPI char const * $type() const
static MCAPI void ** $vftable()
MCAPI ::std::unique_ptr<::webrtc::RTCStats > $copy() const
Definition Timestamp.h:10