3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RTCStats.h"
41 RTCTransportStats& operator=(RTCTransportStats
const&);
47 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity)
const ;
49 virtual ::std::unique_ptr<::webrtc::RTCStats> copy()
const ;
51 virtual char const* type()
const ;
53 virtual ~RTCTransportStats() =
default;
67 MCNAPI static ::std::add_lvalue_reference_t<char const[]>
kType();
81 MCNAPI ::std::vector<::webrtc::Attribute>
$AttributesImpl(uint64 additional_capacity)
const;
83 MCNAPI ::std::unique_ptr<::webrtc::RTCStats>
$copy()
const;
85 MCNAPI
char const*
$type()
const;
Definition RTCTransportStats.h:16
static MCAPI void ** $vftable()
MCAPI RTCTransportStats(::std::string id, ::webrtc::Timestamp timestamp)
MCAPI void * $ctor(::webrtc::RTCTransportStats const &)
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(::std::string id, ::webrtc::Timestamp timestamp)
static MCAPI ::std::add_lvalue_reference_t< char const[]> kType()
MCAPI RTCTransportStats(::webrtc::RTCTransportStats const &)
Definition Timestamp.h:15