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