webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <rtcstats_objects.h>
Public Member Functions | |
WEBRTC_RTCSTATS_DECL () | |
RTCIceCandidateStats (const RTCIceCandidateStats &other) | |
~RTCIceCandidateStats () override | |
WEBRTC_RTCSTATS_DECL () | |
RTCIceCandidateStats (const RTCIceCandidateStats &other) | |
~RTCIceCandidateStats () 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 |
Public Attributes | |
RTCStatsMember< std::string > | transport_id |
RTCStatsMember< bool > | is_remote |
RTCStatsMember< std::string > | ip |
RTCStatsMember< int32_t > | port |
RTCStatsMember< std::string > | protocol |
RTCStatsMember< std::string > | candidate_type |
RTCStatsMember< int32_t > | priority |
RTCStatsMember< std::string > | url |
RTCStatsMember< bool > | deleted |
Protected Member Functions | |
RTCIceCandidateStats (const std::string &id, int64_t timestamp_us, bool is_remote) | |
RTCIceCandidateStats (std::string &&id, int64_t timestamp_us, bool is_remote) | |
RTCIceCandidateStats (const std::string &id, int64_t timestamp_us, bool is_remote) | |
RTCIceCandidateStats (std::string &&id, int64_t timestamp_us, bool is_remote) | |
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::RTCIceCandidateStats::RTCIceCandidateStats | ( | const RTCIceCandidateStats & | other | ) |
|
override |
|
protected |
|
protected |
webrtc::RTCIceCandidateStats::RTCIceCandidateStats | ( | const RTCIceCandidateStats & | other | ) |
|
override |
|
protected |
|
protected |
webrtc::RTCIceCandidateStats::WEBRTC_RTCSTATS_DECL | ( | ) |
webrtc::RTCIceCandidateStats::WEBRTC_RTCSTATS_DECL | ( | ) |
RTCStatsMember< std::string > webrtc::RTCIceCandidateStats::candidate_type |
RTCStatsMember< bool > webrtc::RTCIceCandidateStats::deleted |
RTCStatsMember< std::string > webrtc::RTCIceCandidateStats::ip |
RTCStatsMember< bool > webrtc::RTCIceCandidateStats::is_remote |
RTCStatsMember< int32_t > webrtc::RTCIceCandidateStats::port |
RTCStatsMember< int32_t > webrtc::RTCIceCandidateStats::priority |
RTCStatsMember< std::string > webrtc::RTCIceCandidateStats::protocol |
RTCStatsMember< std::string > webrtc::RTCIceCandidateStats::transport_id |
RTCStatsMember< std::string > webrtc::RTCIceCandidateStats::url |