![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
| String * | get_candidate () |
| void | set_candidate (const String &) |
| double | get_sdpMLineIndex () |
| void | set_sdpMLineIndex (double) |
| String * | get_sdpMid () |
| void | set_sdpMid (const String &) |
| Object * | toJSON () |
| RTCIceCandidate * | get_prototype () |
| void | set_prototype (RTCIceCandidate *) |
| RTCIceCandidate () | |
| RTCIceCandidate (RTCIceCandidateInit *candidateInitDict) | |
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::RTCIceCandidate::RTCIceCandidate | ( | ) |
| client::RTCIceCandidate::RTCIceCandidate | ( | RTCIceCandidateInit * | candidateInitDict | ) |
| String* client::RTCIceCandidate::get_candidate | ( | ) |
| RTCIceCandidate* client::RTCIceCandidate::get_prototype | ( | ) |
| String* client::RTCIceCandidate::get_sdpMid | ( | ) |
| double client::RTCIceCandidate::get_sdpMLineIndex | ( | ) |
| void client::RTCIceCandidate::set_candidate | ( | const String & | ) |
| void client::RTCIceCandidate::set_prototype | ( | RTCIceCandidate * | ) |
| void client::RTCIceCandidate::set_sdpMid | ( | const String & | ) |
| void client::RTCIceCandidate::set_sdpMLineIndex | ( | double | ) |
| Object* client::RTCIceCandidate::toJSON | ( | ) |
1.8.13