![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
String * | get_foundation () |
void | set_foundation (const String &) |
String * | get_ip () |
void | set_ip (const String &) |
String * | get_msMTurnSessionId () |
void | set_msMTurnSessionId (const String &) |
double | get_port () |
void | set_port (double) |
double | get_priority () |
void | set_priority (double) |
String * | get_protocol () |
void | set_protocol (const String &) |
String * | get_relatedAddress () |
void | set_relatedAddress (const String &) |
double | get_relatedPort () |
void | set_relatedPort (double) |
String * | get_tcpType () |
void | set_tcpType (const String &) |
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) |
String* client::RTCIceCandidateDictionary::get_foundation | ( | ) |
String* client::RTCIceCandidateDictionary::get_ip | ( | ) |
String* client::RTCIceCandidateDictionary::get_msMTurnSessionId | ( | ) |
double client::RTCIceCandidateDictionary::get_port | ( | ) |
double client::RTCIceCandidateDictionary::get_priority | ( | ) |
String* client::RTCIceCandidateDictionary::get_protocol | ( | ) |
String* client::RTCIceCandidateDictionary::get_relatedAddress | ( | ) |
double client::RTCIceCandidateDictionary::get_relatedPort | ( | ) |
String* client::RTCIceCandidateDictionary::get_tcpType | ( | ) |
String* client::RTCIceCandidateDictionary::get_type | ( | ) |
void client::RTCIceCandidateDictionary::set_foundation | ( | const String & | ) |
void client::RTCIceCandidateDictionary::set_ip | ( | const String & | ) |
void client::RTCIceCandidateDictionary::set_msMTurnSessionId | ( | const String & | ) |
void client::RTCIceCandidateDictionary::set_port | ( | double | ) |
void client::RTCIceCandidateDictionary::set_priority | ( | double | ) |
void client::RTCIceCandidateDictionary::set_protocol | ( | const String & | ) |
void client::RTCIceCandidateDictionary::set_relatedAddress | ( | const String & | ) |
void client::RTCIceCandidateDictionary::set_relatedPort | ( | double | ) |
void client::RTCIceCandidateDictionary::set_tcpType | ( | const String & | ) |
void client::RTCIceCandidateDictionary::set_type | ( | const String & | ) |