3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RTCStats.h"
11namespace webrtc {
class Timestamp; }
35 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity)
const ;
38 virtual ::std::unique_ptr<::webrtc::RTCStats> copy()
const ;
41 virtual char const* type()
const ;
58 MCNAPI static ::std::add_lvalue_reference_t<char const[]>
kType();
78 MCNAPI ::std::vector<::webrtc::Attribute>
$AttributesImpl(uint64 additional_capacity)
const;
80 MCNAPI ::std::unique_ptr<::webrtc::RTCStats>
$copy()
const;
82 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:10