webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <rtcstats_objects.h>
Public Member Functions | |
WEBRTC_RTCSTATS_DECL () | |
RTCRTPStreamStats (const RTCRTPStreamStats &other) | |
~RTCRTPStreamStats () override | |
WEBRTC_RTCSTATS_DECL () | |
RTCRTPStreamStats (const RTCRTPStreamStats &other) | |
~RTCRTPStreamStats () override | |
Public Member Functions inherited from webrtc::RTCStats | |
RTCStats (const std::string &id, int64_t timestamp_us) | |
RTCStats (std::string &&id, int64_t timestamp_us) | |
virtual | ~RTCStats () |
virtual std::unique_ptr< RTCStats > | copy () const =0 |
const std::string & | id () const |
int64_t | timestamp_us () const |
virtual const char * | type () const =0 |
std::vector< const RTCStatsMemberInterface * > | Members () const |
bool | operator== (const RTCStats &other) const |
bool | operator!= (const RTCStats &other) const |
std::string | ToString () const |
template<typename T > | |
const T & | cast_to () const |
RTCStats (const std::string &id, int64_t timestamp_us) | |
RTCStats (std::string &&id, int64_t timestamp_us) | |
virtual | ~RTCStats () |
virtual std::unique_ptr< RTCStats > | copy () const =0 |
const std::string & | id () const |
int64_t | timestamp_us () const |
virtual const char * | type () const =0 |
std::vector< const RTCStatsMemberInterface * > | Members () const |
bool | operator== (const RTCStats &other) const |
bool | operator!= (const RTCStats &other) const |
std::string | ToString () const |
template<typename T > | |
const T & | cast_to () const |
Protected Member Functions | |
RTCRTPStreamStats (const std::string &id, int64_t timestamp_us) | |
RTCRTPStreamStats (std::string &&id, int64_t timestamp_us) | |
RTCRTPStreamStats (const std::string &id, int64_t timestamp_us) | |
RTCRTPStreamStats (std::string &&id, int64_t timestamp_us) | |
Protected Member Functions inherited from webrtc::RTCStats | |
virtual std::vector< const RTCStatsMemberInterface * > | MembersOfThisObjectAndAncestors (size_t additional_capacity) const |
virtual std::vector< const RTCStatsMemberInterface * > | MembersOfThisObjectAndAncestors (size_t additional_capacity) const |
Additional Inherited Members | |
Protected Attributes inherited from webrtc::RTCStats | |
std::string const | id_ |
int64_t | timestamp_us_ |
webrtc::RTCRTPStreamStats::RTCRTPStreamStats | ( | const RTCRTPStreamStats & | other | ) |
|
override |
|
protected |
|
protected |
webrtc::RTCRTPStreamStats::RTCRTPStreamStats | ( | const RTCRTPStreamStats & | other | ) |
|
override |
|
protected |
|
protected |
webrtc::RTCRTPStreamStats::WEBRTC_RTCSTATS_DECL | ( | ) |
webrtc::RTCRTPStreamStats::WEBRTC_RTCSTATS_DECL | ( | ) |
RTCStatsMember< std::string > webrtc::RTCRTPStreamStats::associate_stats_id |
RTCStatsMember< std::string > webrtc::RTCRTPStreamStats::codec_id |
RTCStatsMember< uint32_t > webrtc::RTCRTPStreamStats::fir_count |
RTCStatsMember< bool > webrtc::RTCRTPStreamStats::is_remote |
RTCStatsMember< std::string > webrtc::RTCRTPStreamStats::media_type |
RTCStatsMember< uint32_t > webrtc::RTCRTPStreamStats::nack_count |
RTCStatsMember< uint32_t > webrtc::RTCRTPStreamStats::pli_count |
RTCStatsMember< uint64_t > webrtc::RTCRTPStreamStats::qp_sum |
RTCStatsMember< uint32_t > webrtc::RTCRTPStreamStats::sli_count |
RTCStatsMember< uint32_t > webrtc::RTCRTPStreamStats::ssrc |
RTCStatsMember< std::string > webrtc::RTCRTPStreamStats::track_id |
RTCStatsMember< std::string > webrtc::RTCRTPStreamStats::transport_id |