|
String * | get_component () |
|
RTCIceGatherer * | get_iceGatherer () |
|
EventListener * | get_oncandidatepairchange () |
|
void | set_oncandidatepairchange (EventListener *) |
|
EventListener * | get_onicestatechange () |
|
void | set_onicestatechange (EventListener *) |
|
String * | get_role () |
|
String * | get_state () |
|
void | addRemoteCandidate (RTCIceCandidateDictionary *remoteCandidate) |
|
void | addRemoteCandidate (RTCIceCandidateComplete *remoteCandidate) |
|
RTCIceTransport * | createAssociatedTransport () |
|
RTCIceCandidatePair * | getNominatedCandidatePair () |
|
Array * | getRemoteCandidates () |
|
RTCIceParameters * | getRemoteParameters () |
|
void | setRemoteCandidates (Array *remoteCandidates) |
|
void | start (RTCIceGatherer *gatherer, RTCIceParameters *remoteParameters) |
|
void | stop () |
|
void | addEventListener (const String &type, EventListener *listener) |
|
void | addEventListener (const String &type, EventListener *listener, bool options) |
|
void | addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options) |
|
void | addEventListener (const String &type, EventListenerObject *listener) |
|
void | addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options) |
|
void | removeEventListener (const String &type, EventListener *listener) |
|
void | removeEventListener (const String &type, EventListener *listener, bool options) |
|
void | removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options) |
|
void | removeEventListener (const String &type, EventListenerObject *listener) |
|
void | removeEventListener (const String &type, EventListenerObject *listener, EventListenerOptions *options) |
|
RTCIceTransport * | get_prototype () |
|
void | set_prototype (RTCIceTransport *) |
|
| RTCIceTransport () |
|
Promise * | getStats () |
|
Promise * | msGetStats () |
|
RTCStatsProvider * | get_prototype () |
|
void | set_prototype (RTCStatsProvider *) |
|
| RTCStatsProvider () |
|
void | addEventListener (const String &type, EventListener *listener) |
|
void | addEventListener (const String &type, EventListener *listener, bool options) |
|
void | addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options) |
|
void | addEventListener (const String &type, EventListenerObject *listener) |
|
void | addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options) |
|
bool | dispatchEvent (Event *evt) |
|
void | removeEventListener (const String &type) |
|
void | removeEventListener (const String &type, EventListener *listener) |
|
void | removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options) |
|
void | removeEventListener (const String &type, EventListener *listener, bool options) |
|
void | removeEventListener (const String &type, EventListenerObject *listener) |
|
void | removeEventListener (const String &type, EventListenerObject *listener, bool options) |
|
EventTarget * | get_prototype () |
|
void | set_prototype (EventTarget *) |
|
| EventTarget () |
|
| 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) |
|