![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
| String * | get_sdp () |
| void | set_sdp (const String &) |
| String * | get_type () |
| void | set_type (const String &) |
| Object * | toJSON () |
| RTCSessionDescription * | get_prototype () |
| void | set_prototype (RTCSessionDescription *) |
| RTCSessionDescription () | |
| RTCSessionDescription (RTCSessionDescriptionInit *descriptionInitDict) | |
Public Member Functions inherited from client::Object | |
| 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) |
| client::RTCSessionDescription::RTCSessionDescription | ( | ) |
| client::RTCSessionDescription::RTCSessionDescription | ( | RTCSessionDescriptionInit * | descriptionInitDict | ) |
| RTCSessionDescription* client::RTCSessionDescription::get_prototype | ( | ) |
| String* client::RTCSessionDescription::get_sdp | ( | ) |
| String* client::RTCSessionDescription::get_type | ( | ) |
| void client::RTCSessionDescription::set_prototype | ( | RTCSessionDescription * | ) |
| void client::RTCSessionDescription::set_sdp | ( | const String & | ) |
| void client::RTCSessionDescription::set_type | ( | const String & | ) |
| Object* client::RTCSessionDescription::toJSON | ( | ) |
1.8.13