![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::MSPayloadBase.
Public Member Functions | |
bool | get_audioFECUsed () |
void | set_audioFECUsed (bool) |
double | get_samplingRate () |
void | set_samplingRate (double) |
double | get_sendMutePercent () |
void | set_sendMutePercent (double) |
MSAudioSendSignal * | get_signal () |
void | set_signal (MSAudioSendSignal *) |
![]() | |
String * | get_payloadDescription () |
void | set_payloadDescription (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) |
bool client::MSAudioSendPayload::get_audioFECUsed | ( | ) |
double client::MSAudioSendPayload::get_samplingRate | ( | ) |
double client::MSAudioSendPayload::get_sendMutePercent | ( | ) |
MSAudioSendSignal* client::MSAudioSendPayload::get_signal | ( | ) |
void client::MSAudioSendPayload::set_audioFECUsed | ( | bool | ) |
void client::MSAudioSendPayload::set_samplingRate | ( | double | ) |
void client::MSAudioSendPayload::set_sendMutePercent | ( | double | ) |
void client::MSAudioSendPayload::set_signal | ( | MSAudioSendSignal * | ) |