![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::MSNetwork.
Public Member Functions | |
| double | get_appliedBandwidthLimit () |
| void | set_appliedBandwidthLimit (double) |
Public Member Functions inherited from client::MSNetwork | |
| 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) |
| double client::MSOutboundNetwork::get_appliedBandwidthLimit | ( | ) |
| void client::MSOutboundNetwork::set_appliedBandwidthLimit | ( | double | ) |
1.8.13