3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RTCStats.h"
33 RTCDataChannelStats& operator=(RTCDataChannelStats
const&);
34 RTCDataChannelStats(RTCDataChannelStats
const&);
35 RTCDataChannelStats();
40 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity)
const ;
42 virtual ::std::unique_ptr<::webrtc::RTCStats> copy()
const ;
44 virtual char const* type()
const ;
46 virtual ~RTCDataChannelStats() =
default;
58 MCNAPI static ::std::add_lvalue_reference_t<char const[]>
kType();
70 MCNAPI ::std::vector<::webrtc::Attribute>
$AttributesImpl(uint64 additional_capacity)
const;
72 MCNAPI ::std::unique_ptr<::webrtc::RTCStats>
$copy()
const;
74 MCNAPI
char const*
$type()
const;
MCAPI ::std::vector<::webrtc::Attribute > $AttributesImpl(uint64 additional_capacity) const
MCAPI ::std::unique_ptr<::webrtc::RTCStats > $copy() const
static MCAPI void ** $vftable()
MCAPI void * $ctor(::std::string id, ::webrtc::Timestamp timestamp)
MCAPI RTCDataChannelStats(::std::string id, ::webrtc::Timestamp timestamp)
static MCAPI ::std::add_lvalue_reference_t< char const[]> kType()
MCAPI char const * $type() const
Definition Timestamp.h:15