![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::RTCRTPStreamStats.
Public Member Functions | |
double | get_bytesReceived () |
void | set_bytesReceived (double) |
double | get_fractionLost () |
void | set_fractionLost (double) |
double | get_jitter () |
void | set_jitter (double) |
double | get_packetsLost () |
void | set_packetsLost (double) |
double | get_packetsReceived () |
void | set_packetsReceived (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::RTCInboundRTPStreamStats::get_bytesReceived | ( | ) |
double client::RTCInboundRTPStreamStats::get_fractionLost | ( | ) |
double client::RTCInboundRTPStreamStats::get_jitter | ( | ) |
double client::RTCInboundRTPStreamStats::get_packetsLost | ( | ) |
double client::RTCInboundRTPStreamStats::get_packetsReceived | ( | ) |
void client::RTCInboundRTPStreamStats::set_bytesReceived | ( | double | ) |
void client::RTCInboundRTPStreamStats::set_fractionLost | ( | double | ) |
void client::RTCInboundRTPStreamStats::set_jitter | ( | double | ) |
void client::RTCInboundRTPStreamStats::set_packetsLost | ( | double | ) |
void client::RTCInboundRTPStreamStats::set_packetsReceived | ( | double | ) |