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

#include <clientlib.h>

Inherits client::AudioNode.

Public Member Functions

Float32Arrayget_curve ()
 
void set_curve (Float32Array *)
 
Stringget_oversample ()
 
void set_oversample (const String &)
 
WaveShaperNodeget_prototype ()
 
void set_prototype (WaveShaperNode *)
 
 WaveShaperNode ()
 
- Public Member Functions inherited from client::AudioNode
double get_channelCount ()
 
void set_channelCount (double)
 
Stringget_channelCountMode ()
 
void set_channelCountMode (const String &)
 
Stringget_channelInterpretation ()
 
void set_channelInterpretation (const String &)
 
AudioContextget_context ()
 
double get_numberOfInputs ()
 
double get_numberOfOutputs ()
 
AudioNodeconnect (AudioNode *destination)
 
AudioNodeconnect (AudioNode *destination, double output)
 
AudioNodeconnect (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)
 
AudioNodeget_prototype ()
 
void set_prototype (AudioNode *)
 
 AudioNode ()
 
- 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

◆ WaveShaperNode()

client::WaveShaperNode::WaveShaperNode ( )

Member Function Documentation

◆ get_curve()

Float32Array* client::WaveShaperNode::get_curve ( )

◆ get_oversample()

String* client::WaveShaperNode::get_oversample ( )

◆ get_prototype()

WaveShaperNode* client::WaveShaperNode::get_prototype ( )

◆ set_curve()

void client::WaveShaperNode::set_curve ( Float32Array )

◆ set_oversample()

void client::WaveShaperNode::set_oversample ( const String )

◆ set_prototype()

void client::WaveShaperNode::set_prototype ( WaveShaperNode )