#include <rtcstats_objects.h>
|
| | WEBRTC_RTCSTATS_DECL () |
| |
| | RTCMediaStreamTrackStats (const std::string &id, int64_t timestamp_us, const char *kind) |
| |
| | RTCMediaStreamTrackStats (std::string &&id, int64_t timestamp_us, const char *kind) |
| |
| | RTCMediaStreamTrackStats (const RTCMediaStreamTrackStats &other) |
| |
| | ~RTCMediaStreamTrackStats () override |
| |
| | WEBRTC_RTCSTATS_DECL () |
| |
| | RTCMediaStreamTrackStats (const std::string &id, int64_t timestamp_us, const char *kind) |
| |
| | RTCMediaStreamTrackStats (std::string &&id, int64_t timestamp_us, const char *kind) |
| |
| | RTCMediaStreamTrackStats (const RTCMediaStreamTrackStats &other) |
| |
| | ~RTCMediaStreamTrackStats () override |
| |
| | 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 |
| |
◆ RTCMediaStreamTrackStats() [1/6]
| webrtc::RTCMediaStreamTrackStats::RTCMediaStreamTrackStats |
( |
const std::string & |
id, |
|
|
int64_t |
timestamp_us, |
|
|
const char * |
kind |
|
) |
| |
◆ RTCMediaStreamTrackStats() [2/6]
| webrtc::RTCMediaStreamTrackStats::RTCMediaStreamTrackStats |
( |
std::string && |
id, |
|
|
int64_t |
timestamp_us, |
|
|
const char * |
kind |
|
) |
| |
◆ RTCMediaStreamTrackStats() [3/6]
◆ ~RTCMediaStreamTrackStats() [1/2]
| webrtc::RTCMediaStreamTrackStats::~RTCMediaStreamTrackStats |
( |
| ) |
|
|
override |
◆ RTCMediaStreamTrackStats() [4/6]
| webrtc::RTCMediaStreamTrackStats::RTCMediaStreamTrackStats |
( |
const std::string & |
id, |
|
|
int64_t |
timestamp_us, |
|
|
const char * |
kind |
|
) |
| |
◆ RTCMediaStreamTrackStats() [5/6]
| webrtc::RTCMediaStreamTrackStats::RTCMediaStreamTrackStats |
( |
std::string && |
id, |
|
|
int64_t |
timestamp_us, |
|
|
const char * |
kind |
|
) |
| |
◆ RTCMediaStreamTrackStats() [6/6]
◆ ~RTCMediaStreamTrackStats() [2/2]
| webrtc::RTCMediaStreamTrackStats::~RTCMediaStreamTrackStats |
( |
| ) |
|
|
override |
◆ WEBRTC_RTCSTATS_DECL() [1/2]
| webrtc::RTCMediaStreamTrackStats::WEBRTC_RTCSTATS_DECL |
( |
| ) |
|
◆ WEBRTC_RTCSTATS_DECL() [2/2]
| webrtc::RTCMediaStreamTrackStats::WEBRTC_RTCSTATS_DECL |
( |
| ) |
|
◆ audio_level
| RTCStatsMember< double > webrtc::RTCMediaStreamTrackStats::audio_level |
◆ detached
◆ echo_return_loss
| RTCStatsMember< double > webrtc::RTCMediaStreamTrackStats::echo_return_loss |
◆ echo_return_loss_enhancement
| RTCStatsMember< double > webrtc::RTCMediaStreamTrackStats::echo_return_loss_enhancement |
◆ ended
◆ frame_height
◆ frame_width
◆ frames_corrupted
◆ frames_decoded
◆ frames_dropped
◆ frames_per_second
| RTCStatsMember< double > webrtc::RTCMediaStreamTrackStats::frames_per_second |
◆ frames_received
◆ frames_sent
◆ full_frames_lost
◆ kind
◆ partial_frames_lost
◆ remote_source
| RTCStatsMember< bool > webrtc::RTCMediaStreamTrackStats::remote_source |
◆ track_identifier
The documentation for this class was generated from the following files: