![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::AudioNodeOptions.
Public Member Functions | |
| AudioBuffer * | get_buffer () |
| void | set_buffer (AudioBuffer *) |
| bool | get_disableNormalization () |
| void | set_disableNormalization (bool) |
Public Member Functions inherited from client::AudioNodeOptions | |
| double | get_channelCount () |
| void | set_channelCount (double) |
| String * | get_channelCountMode () |
| void | set_channelCountMode (const String &) |
| String * | get_channelInterpretation () |
| void | set_channelInterpretation (const String &) |
Public Member Functions inherited from client::Object | |
| 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) |
| AudioBuffer* client::ConvolverOptions::get_buffer | ( | ) |
| bool client::ConvolverOptions::get_disableNormalization | ( | ) |
| void client::ConvolverOptions::set_buffer | ( | AudioBuffer * | ) |
| void client::ConvolverOptions::set_disableNormalization | ( | bool | ) |
1.8.13