![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
String * | get_keyMethod () |
void | set_keyMethod (const String &) |
String * | get_keySalt () |
void | set_keySalt (const String &) |
String * | get_lifetime () |
void | set_lifetime (const String &) |
double | get_mkiLength () |
void | set_mkiLength (double) |
double | get_mkiValue () |
void | set_mkiValue (double) |
![]() | |
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) |
String* client::RTCSrtpKeyParam::get_keyMethod | ( | ) |
String* client::RTCSrtpKeyParam::get_keySalt | ( | ) |
String* client::RTCSrtpKeyParam::get_lifetime | ( | ) |
double client::RTCSrtpKeyParam::get_mkiLength | ( | ) |
double client::RTCSrtpKeyParam::get_mkiValue | ( | ) |
void client::RTCSrtpKeyParam::set_keyMethod | ( | const String & | ) |
void client::RTCSrtpKeyParam::set_keySalt | ( | const String & | ) |
void client::RTCSrtpKeyParam::set_lifetime | ( | const String & | ) |
void client::RTCSrtpKeyParam::set_mkiLength | ( | double | ) |
void client::RTCSrtpKeyParam::set_mkiValue | ( | double | ) |