3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RTCReceivedRtpStreamStats.h"
86 RTCInboundRtpStreamStats& operator=(RTCInboundRtpStreamStats
const&);
87 RTCInboundRtpStreamStats();
92 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity)
const ;
94 virtual ::std::unique_ptr<::webrtc::RTCStats> copy()
const ;
96 virtual char const* type()
const ;
98 virtual ~RTCInboundRtpStreamStats() ;
112 MCNAPI static ::std::add_lvalue_reference_t<char const[]>
kType();
132 MCNAPI ::std::vector<::webrtc::Attribute>
$AttributesImpl(uint64 additional_capacity)
const;
134 MCNAPI ::std::unique_ptr<::webrtc::RTCStats>
$copy()
const;
Definition RTCInboundRtpStreamStats.h:17
MCAPI RTCInboundRtpStreamStats(::std::string id, ::webrtc::Timestamp timestamp)
static MCAPI ::std::add_lvalue_reference_t< char const[]> kType()
MCAPI char const * $type() const
MCAPI ::std::vector<::webrtc::Attribute > $AttributesImpl(uint64 additional_capacity) const
static MCAPI void ** $vftable()
MCAPI void * $ctor(::std::string id, ::webrtc::Timestamp timestamp)
MCAPI void * $ctor(::webrtc::RTCInboundRtpStreamStats const &)
MCAPI ::std::unique_ptr<::webrtc::RTCStats > $copy() const
MCAPI RTCInboundRtpStreamStats(::webrtc::RTCInboundRtpStreamStats const &)
Definition RTCReceivedRtpStreamStats.h:17
Definition Timestamp.h:15