![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
AudioBuffer * | get_buffer () |
void | set_buffer (AudioBuffer *) |
double | get_detune () |
void | set_detune (double) |
bool | get_loop () |
void | set_loop (bool) |
double | get_loopEnd () |
void | set_loopEnd (double) |
double | get_loopStart () |
void | set_loopStart (double) |
double | get_playbackRate () |
void | set_playbackRate (double) |
![]() | |
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::AudioBufferSourceOptions::get_buffer | ( | ) |
double client::AudioBufferSourceOptions::get_detune | ( | ) |
bool client::AudioBufferSourceOptions::get_loop | ( | ) |
double client::AudioBufferSourceOptions::get_loopEnd | ( | ) |
double client::AudioBufferSourceOptions::get_loopStart | ( | ) |
double client::AudioBufferSourceOptions::get_playbackRate | ( | ) |
void client::AudioBufferSourceOptions::set_buffer | ( | AudioBuffer * | ) |
void client::AudioBufferSourceOptions::set_detune | ( | double | ) |
void client::AudioBufferSourceOptions::set_loop | ( | bool | ) |
void client::AudioBufferSourceOptions::set_loopEnd | ( | double | ) |
void client::AudioBufferSourceOptions::set_loopStart | ( | double | ) |
void client::AudioBufferSourceOptions::set_playbackRate | ( | double | ) |