|
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) |
|
webkitRTCPeerConnection * | get_prototype () |
|
void | set_prototype (webkitRTCPeerConnection *) |
|
| webkitRTCPeerConnection (RTCConfiguration *configuration) |
|
bool | get_canTrickleIceCandidates () |
|
String * | get_iceConnectionState () |
|
String * | get_iceGatheringState () |
|
RTCSessionDescription * | get_localDescription () |
|
EventListener * | get_onaddstream () |
|
void | set_onaddstream (EventListener *) |
|
EventListener * | get_onicecandidate () |
|
void | set_onicecandidate (EventListener *) |
|
EventListener * | get_oniceconnectionstatechange () |
|
void | set_oniceconnectionstatechange (EventListener *) |
|
EventListener * | get_onicegatheringstatechange () |
|
void | set_onicegatheringstatechange (EventListener *) |
|
EventListener * | get_onnegotiationneeded () |
|
void | set_onnegotiationneeded (EventListener *) |
|
EventListener * | get_onremovestream () |
|
void | set_onremovestream (EventListener *) |
|
EventListener * | get_onsignalingstatechange () |
|
void | set_onsignalingstatechange (EventListener *) |
|
RTCSessionDescription * | get_remoteDescription () |
|
String * | get_signalingState () |
|
Promise * | addIceCandidate (RTCIceCandidateInit *candidate) |
|
Promise * | addIceCandidate (RTCIceCandidate *candidate) |
|
void | addStream (MediaStream *stream) |
|
void | close () |
|
Promise * | createAnswer () |
|
Promise * | createAnswer (RTCOfferOptions *options) |
|
Promise * | createOffer () |
|
Promise * | createOffer (RTCOfferOptions *options) |
|
RTCConfiguration * | getConfiguration () |
|
Array * | getLocalStreams () |
|
Array * | getRemoteStreams () |
|
Promise * | getStats (MediaStreamTrack *selector) |
|
Promise * | getStats (MediaStreamTrack *selector, EventListener *successCallback) |
|
Promise * | getStats (MediaStreamTrack *selector, EventListener *successCallback, EventListener *failureCallback) |
|
MediaStream * | getStreamById (const String &streamId) |
|
void | removeStream (MediaStream *stream) |
|
Promise * | setLocalDescription (RTCSessionDescriptionInit *description) |
|
Promise * | setRemoteDescription (RTCSessionDescriptionInit *description) |
|
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) |
|
RTCPeerConnection * | get_prototype () |
|
void | set_prototype (RTCPeerConnection *) |
|
| RTCPeerConnection (RTCConfiguration *configuration) |
|
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) |
|