3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RTCSentRtpStreamStats.h"
11namespace webrtc {
class RTCStats; }
12namespace webrtc {
class Timestamp; }
39 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity)
const ;
42 virtual ::std::unique_ptr<::webrtc::RTCStats> copy()
const ;
45 virtual char const* type()
const ;
60 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 RTCRemoteOutboundRtpStreamStats.h:17
static MCAPI ::std::add_lvalue_reference_t< char const[]> kType()
MCAPI char const * $type() const
MCAPI ::std::unique_ptr<::webrtc::RTCStats > $copy() const
MCAPI ::std::vector<::webrtc::Attribute > $AttributesImpl(uint64 additional_capacity) const
MCAPI RTCRemoteOutboundRtpStreamStats(::std::string id, ::webrtc::Timestamp timestamp)
static MCAPI void ** $vftable()
MCAPI void * $ctor(::std::string id, ::webrtc::Timestamp timestamp)
Definition RTCSentRtpStreamStats.h:17
Definition Timestamp.h:10