![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::RTCStats.
Inherited by client::MSOutboundNetwork.
Public Member Functions | |
| MSDelay * | get_delay () |
| void | set_delay (MSDelay *) |
| MSJitter * | get_jitter () |
| void | set_jitter (MSJitter *) |
| MSPacketLoss * | get_packetLoss () |
| void | set_packetLoss (MSPacketLoss *) |
| MSUtilization * | get_utilization () |
| void | set_utilization (MSUtilization *) |
Public Member Functions inherited from client::RTCStats | |
| 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 &) |
Public Member Functions inherited from client::Object | |
| 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) |
| MSDelay* client::MSNetwork::get_delay | ( | ) |
| MSJitter* client::MSNetwork::get_jitter | ( | ) |
| MSPacketLoss* client::MSNetwork::get_packetLoss | ( | ) |
| MSUtilization* client::MSNetwork::get_utilization | ( | ) |
| void client::MSNetwork::set_delay | ( | MSDelay * | ) |
| void client::MSNetwork::set_jitter | ( | MSJitter * | ) |
| void client::MSNetwork::set_packetLoss | ( | MSPacketLoss * | ) |
| void client::MSNetwork::set_utilization | ( | MSUtilization * | ) |
1.8.13