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

#include <rtcstats_objects.h>

Inheritance diagram for webrtc::RTCDataChannelStats:
webrtc::RTCStats webrtc::RTCStats

Public Member Functions

 WEBRTC_RTCSTATS_DECL ()
 
 RTCDataChannelStats (const std::string &id, int64_t timestamp_us)
 
 RTCDataChannelStats (std::string &&id, int64_t timestamp_us)
 
 RTCDataChannelStats (const RTCDataChannelStats &other)
 
 ~RTCDataChannelStats () override
 
 WEBRTC_RTCSTATS_DECL ()
 
 RTCDataChannelStats (const std::string &id, int64_t timestamp_us)
 
 RTCDataChannelStats (std::string &&id, int64_t timestamp_us)
 
 RTCDataChannelStats (const RTCDataChannelStats &other)
 
 ~RTCDataChannelStats () 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< std::stringlabel
 
RTCStatsMember< std::stringprotocol
 
RTCStatsMember< int32_tdatachannelid
 
RTCStatsMember< std::stringstate
 
RTCStatsMember< uint32_tmessages_sent
 
RTCStatsMember< uint64_tbytes_sent
 
RTCStatsMember< uint32_tmessages_received
 
RTCStatsMember< uint64_tbytes_received
 

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

◆ RTCDataChannelStats() [1/6]

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

◆ RTCDataChannelStats() [2/6]

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

◆ RTCDataChannelStats() [3/6]

webrtc::RTCDataChannelStats::RTCDataChannelStats ( const RTCDataChannelStats other)

◆ ~RTCDataChannelStats() [1/2]

webrtc::RTCDataChannelStats::~RTCDataChannelStats ( )
override

◆ RTCDataChannelStats() [4/6]

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

◆ RTCDataChannelStats() [5/6]

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

◆ RTCDataChannelStats() [6/6]

webrtc::RTCDataChannelStats::RTCDataChannelStats ( const RTCDataChannelStats other)

◆ ~RTCDataChannelStats() [2/2]

webrtc::RTCDataChannelStats::~RTCDataChannelStats ( )
override

Member Function Documentation

◆ WEBRTC_RTCSTATS_DECL() [1/2]

webrtc::RTCDataChannelStats::WEBRTC_RTCSTATS_DECL ( )

◆ WEBRTC_RTCSTATS_DECL() [2/2]

webrtc::RTCDataChannelStats::WEBRTC_RTCSTATS_DECL ( )

Member Data Documentation

◆ bytes_received

RTCStatsMember< uint64_t > webrtc::RTCDataChannelStats::bytes_received

◆ bytes_sent

RTCStatsMember< uint64_t > webrtc::RTCDataChannelStats::bytes_sent

◆ datachannelid

RTCStatsMember< int32_t > webrtc::RTCDataChannelStats::datachannelid

◆ label

RTCStatsMember< std::string > webrtc::RTCDataChannelStats::label

◆ messages_received

RTCStatsMember< uint32_t > webrtc::RTCDataChannelStats::messages_received

◆ messages_sent

RTCStatsMember< uint32_t > webrtc::RTCDataChannelStats::messages_sent

◆ protocol

RTCStatsMember< std::string > webrtc::RTCDataChannelStats::protocol

◆ state

RTCStatsMember< std::string > webrtc::RTCDataChannelStats::state

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