3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RTCStats.h"
28 RTCRtpStreamStats& operator=(RTCRtpStreamStats
const&);
34 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity)
const ;
36 virtual ::std::unique_ptr<::webrtc::RTCStats> copy()
const ;
38 virtual char const* type()
const ;
40 virtual ~RTCRtpStreamStats() =
default;
54 MCNAPI static ::std::add_lvalue_reference_t<char const[]>
kType();
68 MCNAPI ::std::vector<::webrtc::Attribute>
$AttributesImpl(uint64 additional_capacity)
const;
70 MCNAPI ::std::unique_ptr<::webrtc::RTCStats>
$copy()
const;
72 MCNAPI
char const*
$type()
const;
Definition RTCRtpStreamStats.h:16
MCAPI RTCRtpStreamStats(::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(::webrtc::RTCRtpStreamStats const &)
MCAPI RTCRtpStreamStats(::webrtc::RTCRtpStreamStats const &)
MCAPI char const * $type() const
static MCAPI void ** $vftable()
MCAPI ::std::unique_ptr<::webrtc::RTCStats > $copy() const
MCAPI void * $ctor(::std::string id, ::webrtc::Timestamp timestamp)
Definition Timestamp.h:15