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

#include <rtcstats_objects.h>

Inheritance diagram for webrtc::RTCPeerConnectionStats:
webrtc::RTCStats webrtc::RTCStats

Public Member Functions

 WEBRTC_RTCSTATS_DECL ()
 
 RTCPeerConnectionStats (const std::string &id, int64_t timestamp_us)
 
 RTCPeerConnectionStats (std::string &&id, int64_t timestamp_us)
 
 RTCPeerConnectionStats (const RTCPeerConnectionStats &other)
 
 ~RTCPeerConnectionStats () override
 
 WEBRTC_RTCSTATS_DECL ()
 
 RTCPeerConnectionStats (const std::string &id, int64_t timestamp_us)
 
 RTCPeerConnectionStats (std::string &&id, int64_t timestamp_us)
 
 RTCPeerConnectionStats (const RTCPeerConnectionStats &other)
 
 ~RTCPeerConnectionStats () 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< uint32_tdata_channels_opened
 
RTCStatsMember< uint32_tdata_channels_closed
 

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

◆ RTCPeerConnectionStats() [1/6]

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

◆ RTCPeerConnectionStats() [2/6]

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

◆ RTCPeerConnectionStats() [3/6]

webrtc::RTCPeerConnectionStats::RTCPeerConnectionStats ( const RTCPeerConnectionStats other)

◆ ~RTCPeerConnectionStats() [1/2]

webrtc::RTCPeerConnectionStats::~RTCPeerConnectionStats ( )
override

◆ RTCPeerConnectionStats() [4/6]

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

◆ RTCPeerConnectionStats() [5/6]

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

◆ RTCPeerConnectionStats() [6/6]

webrtc::RTCPeerConnectionStats::RTCPeerConnectionStats ( const RTCPeerConnectionStats other)

◆ ~RTCPeerConnectionStats() [2/2]

webrtc::RTCPeerConnectionStats::~RTCPeerConnectionStats ( )
override

Member Function Documentation

◆ WEBRTC_RTCSTATS_DECL() [1/2]

webrtc::RTCPeerConnectionStats::WEBRTC_RTCSTATS_DECL ( )

◆ WEBRTC_RTCSTATS_DECL() [2/2]

webrtc::RTCPeerConnectionStats::WEBRTC_RTCSTATS_DECL ( )

Member Data Documentation

◆ data_channels_closed

RTCStatsMember< uint32_t > webrtc::RTCPeerConnectionStats::data_channels_closed

◆ data_channels_opened

RTCStatsMember< uint32_t > webrtc::RTCPeerConnectionStats::data_channels_opened

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