![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::RTCRTPStreamStats.
Public Member Functions | |
double | get_bytesSent () |
void | set_bytesSent (double) |
double | get_packetsSent () |
void | set_packetsSent (double) |
double | get_roundTripTime () |
void | set_roundTripTime (double) |
double | get_targetBitrate () |
void | set_targetBitrate (double) |
![]() | |
String * | get_associateStatsId () |
void | set_associateStatsId (const String &) |
String * | get_codecId () |
void | set_codecId (const String &) |
double | get_firCount () |
void | set_firCount (double) |
bool | get_isRemote () |
void | set_isRemote (bool) |
String * | get_mediaTrackId () |
void | set_mediaTrackId (const String &) |
String * | get_mediaType () |
void | set_mediaType (const String &) |
double | get_nackCount () |
void | set_nackCount (double) |
double | get_pliCount () |
void | set_pliCount (double) |
double | get_sliCount () |
void | set_sliCount (double) |
String * | get_ssrc () |
void | set_ssrc (const String &) |
String * | get_transportId () |
void | set_transportId (const String &) |
![]() | |
String * | get_id () |
void | set_id (const String &) |
String * | get_msType () |
void | set_msType (const String &) |
double | get_timestamp () |
void | set_timestamp (double) |
String * | get_type () |
void | set_type (const String &) |
![]() | |
Object () | |
template<typename T > | |
T | valueOf () |
operator double () const | |
Object * | operator[] (const client::String &name) const |
void | set_ (const client::String &name, Object *v) |
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
void | set_ (const client::String &name, T v) |
bool | hasOwnProperty (const client::String &name) |
double client::RTCOutboundRTPStreamStats::get_bytesSent | ( | ) |
double client::RTCOutboundRTPStreamStats::get_packetsSent | ( | ) |
double client::RTCOutboundRTPStreamStats::get_roundTripTime | ( | ) |
double client::RTCOutboundRTPStreamStats::get_targetBitrate | ( | ) |
void client::RTCOutboundRTPStreamStats::set_bytesSent | ( | double | ) |
void client::RTCOutboundRTPStreamStats::set_packetsSent | ( | double | ) |
void client::RTCOutboundRTPStreamStats::set_roundTripTime | ( | double | ) |
void client::RTCOutboundRTPStreamStats::set_targetBitrate | ( | double | ) |