3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RTCStats.h"
11namespace webrtc {
class Timestamp; }
34 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity)
const ;
37 virtual ::std::unique_ptr<::webrtc::RTCStats> copy()
const ;
40 virtual char const* type()
const ;
55 MCNAPI static ::std::add_lvalue_reference_t<char const[]>
kType();
73 MCNAPI ::std::vector<::webrtc::Attribute>
$AttributesImpl(uint64 additional_capacity)
const;
75 MCNAPI ::std::unique_ptr<::webrtc::RTCStats>
$copy()
const;
77 MCNAPI
char const*
$type()
const;
Definition RTCPeerConnectionStats.h:16
MCAPI char const * $type() const
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)
MCAPI RTCPeerConnectionStats(::std::string id, ::webrtc::Timestamp timestamp)
MCAPI ::std::vector<::webrtc::Attribute > $AttributesImpl(uint64 additional_capacity) const
static MCAPI void ** $vftable()
Definition Timestamp.h:10