![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
String * | get_kind () |
void | set_kind (const String &) |
bool | get_preferredEncrypt () |
void | set_preferredEncrypt (bool) |
double | get_preferredId () |
void | set_preferredId (double) |
String * | get_uri () |
void | set_uri (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::RTCRtpHeaderExtension::get_kind | ( | ) |
bool client::RTCRtpHeaderExtension::get_preferredEncrypt | ( | ) |
double client::RTCRtpHeaderExtension::get_preferredId | ( | ) |
String* client::RTCRtpHeaderExtension::get_uri | ( | ) |
void client::RTCRtpHeaderExtension::set_kind | ( | const String & | ) |
void client::RTCRtpHeaderExtension::set_preferredEncrypt | ( | bool | ) |
void client::RTCRtpHeaderExtension::set_preferredId | ( | double | ) |
void client::RTCRtpHeaderExtension::set_uri | ( | const String & | ) |