|
AudioParam * | get_detune () |
|
AudioParam * | get_frequency () |
|
EventListener * | get_onended () |
|
void | set_onended (EventListener *) |
|
String * | get_type () |
|
void | set_type (const String &) |
|
void | setPeriodicWave (PeriodicWave *periodicWave) |
|
void | start () |
|
void | start (double when) |
|
void | stop () |
|
void | stop (double when) |
|
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) |
|
OscillatorNode * | get_prototype () |
|
void | set_prototype (OscillatorNode *) |
|
| OscillatorNode () |
|
double | get_channelCount () |
|
void | set_channelCount (double) |
|
String * | get_channelCountMode () |
|
void | set_channelCountMode (const String &) |
|
String * | get_channelInterpretation () |
|
void | set_channelInterpretation (const String &) |
|
AudioContext * | get_context () |
|
double | get_numberOfInputs () |
|
double | get_numberOfOutputs () |
|
AudioNode * | connect (AudioNode *destination) |
|
AudioNode * | connect (AudioNode *destination, double output) |
|
AudioNode * | connect (AudioNode *destination, double output, double input) |
|
void | connect (AudioParam *destination) |
|
void | connect (AudioParam *destination, double output) |
|
void | disconnect () |
|
void | disconnect (double output) |
|
void | disconnect (AudioNode *destination) |
|
void | disconnect (AudioNode *destination, double output) |
|
void | disconnect (AudioNode *destination, double output, double input) |
|
void | disconnect (AudioParam *destination) |
|
void | disconnect (AudioParam *destination, double output) |
|
AudioNode * | get_prototype () |
|
void | set_prototype (AudioNode *) |
|
| AudioNode () |
|
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) |
|