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

#include <clientlib.h>

Inherits client::AudioNode.

Public Member Functions

AudioParamget_attack ()
 
AudioParamget_knee ()
 
AudioParamget_ratio ()
 
double get_reduction ()
 
AudioParamget_release ()
 
AudioParamget_threshold ()
 
DynamicsCompressorNodeget_prototype ()
 
void set_prototype (DynamicsCompressorNode *)
 
 DynamicsCompressorNode ()
 
- 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

◆ DynamicsCompressorNode()

client::DynamicsCompressorNode::DynamicsCompressorNode ( )

Member Function Documentation

◆ get_attack()

AudioParam* client::DynamicsCompressorNode::get_attack ( )

◆ get_knee()

AudioParam* client::DynamicsCompressorNode::get_knee ( )

◆ get_prototype()

DynamicsCompressorNode* client::DynamicsCompressorNode::get_prototype ( )

◆ get_ratio()

AudioParam* client::DynamicsCompressorNode::get_ratio ( )

◆ get_reduction()

double client::DynamicsCompressorNode::get_reduction ( )

◆ get_release()

AudioParam* client::DynamicsCompressorNode::get_release ( )

◆ get_threshold()

AudioParam* client::DynamicsCompressorNode::get_threshold ( )

◆ set_prototype()

void client::DynamicsCompressorNode::set_prototype ( DynamicsCompressorNode )