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

#include <clientlib.h>

Inherits client::AudioNode.

Public Member Functions

double get_fftSize ()
 
void set_fftSize (double)
 
double get_frequencyBinCount ()
 
double get_maxDecibels ()
 
void set_maxDecibels (double)
 
double get_minDecibels ()
 
void set_minDecibels (double)
 
double get_smoothingTimeConstant ()
 
void set_smoothingTimeConstant (double)
 
void getByteFrequencyData (Uint8Array *array)
 
void getByteTimeDomainData (Uint8Array *array)
 
void getFloatFrequencyData (Float32Array *array)
 
void getFloatTimeDomainData (Float32Array *array)
 
AnalyserNodeget_prototype ()
 
void set_prototype (AnalyserNode *)
 
 AnalyserNode ()
 
- 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

◆ AnalyserNode()

client::AnalyserNode::AnalyserNode ( )

Member Function Documentation

◆ get_fftSize()

double client::AnalyserNode::get_fftSize ( )

◆ get_frequencyBinCount()

double client::AnalyserNode::get_frequencyBinCount ( )

◆ get_maxDecibels()

double client::AnalyserNode::get_maxDecibels ( )

◆ get_minDecibels()

double client::AnalyserNode::get_minDecibels ( )

◆ get_prototype()

AnalyserNode* client::AnalyserNode::get_prototype ( )

◆ get_smoothingTimeConstant()

double client::AnalyserNode::get_smoothingTimeConstant ( )

◆ getByteFrequencyData()

void client::AnalyserNode::getByteFrequencyData ( Uint8Array array)

◆ getByteTimeDomainData()

void client::AnalyserNode::getByteTimeDomainData ( Uint8Array array)

◆ getFloatFrequencyData()

void client::AnalyserNode::getFloatFrequencyData ( Float32Array array)

◆ getFloatTimeDomainData()

void client::AnalyserNode::getFloatTimeDomainData ( Float32Array array)

◆ set_fftSize()

void client::AnalyserNode::set_fftSize ( double  )

◆ set_maxDecibels()

void client::AnalyserNode::set_maxDecibels ( double  )

◆ set_minDecibels()

void client::AnalyserNode::set_minDecibels ( double  )

◆ set_prototype()

void client::AnalyserNode::set_prototype ( AnalyserNode )

◆ set_smoothingTimeConstant()

void client::AnalyserNode::set_smoothingTimeConstant ( double  )