![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
String * | get_cryptoSuite () |
void | set_cryptoSuite (const String &) |
Array * | get_keyParams () |
void | set_keyParams (Array *) |
Array * | get_sessionParams () |
void | set_sessionParams (Array *) |
double | get_tag () |
void | set_tag (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::RTCSrtpSdesParameters::get_cryptoSuite | ( | ) |
Array* client::RTCSrtpSdesParameters::get_keyParams | ( | ) |
Array* client::RTCSrtpSdesParameters::get_sessionParams | ( | ) |
double client::RTCSrtpSdesParameters::get_tag | ( | ) |
void client::RTCSrtpSdesParameters::set_cryptoSuite | ( | const String & | ) |
void client::RTCSrtpSdesParameters::set_keyParams | ( | Array * | ) |
void client::RTCSrtpSdesParameters::set_sessionParams | ( | Array * | ) |
void client::RTCSrtpSdesParameters::set_tag | ( | double | ) |