webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webrtc::RTCTransportStats Class Referencefinal

#include <rtcstats_objects.h>

Inheritance diagram for webrtc::RTCTransportStats:
webrtc::RTCStats webrtc::RTCStats

Public Member Functions

 WEBRTC_RTCSTATS_DECL ()
 
 RTCTransportStats (const std::string &id, int64_t timestamp_us)
 
 RTCTransportStats (std::string &&id, int64_t timestamp_us)
 
 RTCTransportStats (const RTCTransportStats &other)
 
 ~RTCTransportStats () override
 
 WEBRTC_RTCSTATS_DECL ()
 
 RTCTransportStats (const std::string &id, int64_t timestamp_us)
 
 RTCTransportStats (std::string &&id, int64_t timestamp_us)
 
 RTCTransportStats (const RTCTransportStats &other)
 
 ~RTCTransportStats () 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< RTCStatscopy () const =0
 
const std::stringid () 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 Tcast_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< RTCStatscopy () const =0
 
const std::stringid () 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 Tcast_to () const
 

Public Attributes

RTCStatsMember< uint64_tbytes_sent
 
RTCStatsMember< uint64_tbytes_received
 
RTCStatsMember< std::stringrtcp_transport_stats_id
 
RTCStatsMember< std::stringdtls_state
 
RTCStatsMember< std::stringselected_candidate_pair_id
 
RTCStatsMember< std::stringlocal_certificate_id
 
RTCStatsMember< std::stringremote_certificate_id
 

Additional Inherited Members

- 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
 
- Protected Attributes inherited from webrtc::RTCStats
std::string const id_
 
int64_t timestamp_us_
 

Constructor & Destructor Documentation

◆ RTCTransportStats() [1/6]

webrtc::RTCTransportStats::RTCTransportStats ( const std::string id,
int64_t  timestamp_us 
)

◆ RTCTransportStats() [2/6]

webrtc::RTCTransportStats::RTCTransportStats ( std::string &&  id,
int64_t  timestamp_us 
)

◆ RTCTransportStats() [3/6]

webrtc::RTCTransportStats::RTCTransportStats ( const RTCTransportStats other)

◆ ~RTCTransportStats() [1/2]

webrtc::RTCTransportStats::~RTCTransportStats ( )
override

◆ RTCTransportStats() [4/6]

webrtc::RTCTransportStats::RTCTransportStats ( const std::string id,
int64_t  timestamp_us 
)

◆ RTCTransportStats() [5/6]

webrtc::RTCTransportStats::RTCTransportStats ( std::string &&  id,
int64_t  timestamp_us 
)

◆ RTCTransportStats() [6/6]

webrtc::RTCTransportStats::RTCTransportStats ( const RTCTransportStats other)

◆ ~RTCTransportStats() [2/2]

webrtc::RTCTransportStats::~RTCTransportStats ( )
override

Member Function Documentation

◆ WEBRTC_RTCSTATS_DECL() [1/2]

webrtc::RTCTransportStats::WEBRTC_RTCSTATS_DECL ( )

◆ WEBRTC_RTCSTATS_DECL() [2/2]

webrtc::RTCTransportStats::WEBRTC_RTCSTATS_DECL ( )

Member Data Documentation

◆ bytes_received

RTCStatsMember< uint64_t > webrtc::RTCTransportStats::bytes_received

◆ bytes_sent

RTCStatsMember< uint64_t > webrtc::RTCTransportStats::bytes_sent

◆ dtls_state

RTCStatsMember< std::string > webrtc::RTCTransportStats::dtls_state

◆ local_certificate_id

RTCStatsMember< std::string > webrtc::RTCTransportStats::local_certificate_id

◆ remote_certificate_id

RTCStatsMember< std::string > webrtc::RTCTransportStats::remote_certificate_id

◆ rtcp_transport_stats_id

RTCStatsMember< std::string > webrtc::RTCTransportStats::rtcp_transport_stats_id

◆ selected_candidate_pair_id

RTCStatsMember< std::string > webrtc::RTCTransportStats::selected_candidate_pair_id

The documentation for this class was generated from the following files: