API documentation  2.0rc1
Public Member Functions | List of all members
client::RTCIceGatherer Class Reference

#include <clientlib.h>

Inherits client::RTCStatsProvider.

Public Member Functions

Stringget_component ()
 
EventListenerget_onerror ()
 
void set_onerror (EventListener *)
 
EventListenerget_onlocalcandidate ()
 
void set_onlocalcandidate (EventListener *)
 
RTCIceGatherercreateAssociatedGatherer ()
 
ArraygetLocalCandidates ()
 
RTCIceParametersgetLocalParameters ()
 
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)
 
RTCIceGathererget_prototype ()
 
void set_prototype (RTCIceGatherer *)
 
 RTCIceGatherer (RTCIceGatherOptions *options)
 
- Public Member Functions inherited from client::RTCStatsProvider
PromisegetStats ()
 
PromisemsGetStats ()
 
RTCStatsProviderget_prototype ()
 
void set_prototype (RTCStatsProvider *)
 
 RTCStatsProvider ()
 
- Public Member Functions inherited from client::EventTarget
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)
 
EventTargetget_prototype ()
 
void set_prototype (EventTarget *)
 
 EventTarget ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (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)
 

Constructor & Destructor Documentation

◆ RTCIceGatherer()

client::RTCIceGatherer::RTCIceGatherer ( RTCIceGatherOptions options)

Member Function Documentation

◆ addEventListener() [1/5]

void client::RTCIceGatherer::addEventListener ( const String type,
EventListener listener 
)

◆ addEventListener() [2/5]

void client::RTCIceGatherer::addEventListener ( const String type,
EventListener listener,
bool  options 
)

◆ addEventListener() [3/5]

void client::RTCIceGatherer::addEventListener ( const String type,
EventListener listener,
AddEventListenerOptions options 
)

◆ addEventListener() [4/5]

void client::RTCIceGatherer::addEventListener ( const String type,
EventListenerObject listener 
)

◆ addEventListener() [5/5]

void client::RTCIceGatherer::addEventListener ( const String type,
EventListenerObject listener,
AddEventListenerOptions options 
)

◆ createAssociatedGatherer()

RTCIceGatherer* client::RTCIceGatherer::createAssociatedGatherer ( )

◆ get_component()

String* client::RTCIceGatherer::get_component ( )

◆ get_onerror()

EventListener* client::RTCIceGatherer::get_onerror ( )

◆ get_onlocalcandidate()

EventListener* client::RTCIceGatherer::get_onlocalcandidate ( )

◆ get_prototype()

RTCIceGatherer* client::RTCIceGatherer::get_prototype ( )

◆ getLocalCandidates()

Array* client::RTCIceGatherer::getLocalCandidates ( )

◆ getLocalParameters()

RTCIceParameters* client::RTCIceGatherer::getLocalParameters ( )

◆ removeEventListener() [1/5]

void client::RTCIceGatherer::removeEventListener ( const String type,
EventListener listener 
)

◆ removeEventListener() [2/5]

void client::RTCIceGatherer::removeEventListener ( const String type,
EventListener listener,
bool  options 
)

◆ removeEventListener() [3/5]

void client::RTCIceGatherer::removeEventListener ( const String type,
EventListener listener,
EventListenerOptions options 
)

◆ removeEventListener() [4/5]

void client::RTCIceGatherer::removeEventListener ( const String type,
EventListenerObject listener 
)

◆ removeEventListener() [5/5]

void client::RTCIceGatherer::removeEventListener ( const String type,
EventListenerObject listener,
EventListenerOptions options 
)

◆ set_onerror()

void client::RTCIceGatherer::set_onerror ( EventListener )

◆ set_onlocalcandidate()

void client::RTCIceGatherer::set_onlocalcandidate ( EventListener )

◆ set_prototype()

void client::RTCIceGatherer::set_prototype ( RTCIceGatherer )