API documentation  2.0rc1
Public Member Functions | List of all members
client::RTCOutboundRTPStreamStats Class Reference

#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)
 
- Public Member Functions inherited from client::RTCRTPStreamStats
Stringget_associateStatsId ()
 
void set_associateStatsId (const String &)
 
Stringget_codecId ()
 
void set_codecId (const String &)
 
double get_firCount ()
 
void set_firCount (double)
 
bool get_isRemote ()
 
void set_isRemote (bool)
 
Stringget_mediaTrackId ()
 
void set_mediaTrackId (const String &)
 
Stringget_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)
 
Stringget_ssrc ()
 
void set_ssrc (const String &)
 
Stringget_transportId ()
 
void set_transportId (const String &)
 
- Public Member Functions inherited from client::RTCStats
Stringget_id ()
 
void set_id (const String &)
 
Stringget_msType ()
 
void set_msType (const String &)
 
double get_timestamp ()
 
void set_timestamp (double)
 
Stringget_type ()
 
void set_type (const String &)
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (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)
 

Member Function Documentation

◆ get_bytesSent()

double client::RTCOutboundRTPStreamStats::get_bytesSent ( )

◆ get_packetsSent()

double client::RTCOutboundRTPStreamStats::get_packetsSent ( )

◆ get_roundTripTime()

double client::RTCOutboundRTPStreamStats::get_roundTripTime ( )

◆ get_targetBitrate()

double client::RTCOutboundRTPStreamStats::get_targetBitrate ( )

◆ set_bytesSent()

void client::RTCOutboundRTPStreamStats::set_bytesSent ( double  )

◆ set_packetsSent()

void client::RTCOutboundRTPStreamStats::set_packetsSent ( double  )

◆ set_roundTripTime()

void client::RTCOutboundRTPStreamStats::set_roundTripTime ( double  )

◆ set_targetBitrate()

void client::RTCOutboundRTPStreamStats::set_targetBitrate ( double  )