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

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

AudioBufferget_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)
 
- 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)
 

Member Function Documentation

◆ get_buffer()

AudioBuffer* client::AudioBufferSourceOptions::get_buffer ( )

◆ get_detune()

double client::AudioBufferSourceOptions::get_detune ( )

◆ get_loop()

bool client::AudioBufferSourceOptions::get_loop ( )

◆ get_loopEnd()

double client::AudioBufferSourceOptions::get_loopEnd ( )

◆ get_loopStart()

double client::AudioBufferSourceOptions::get_loopStart ( )

◆ get_playbackRate()

double client::AudioBufferSourceOptions::get_playbackRate ( )

◆ set_buffer()

void client::AudioBufferSourceOptions::set_buffer ( AudioBuffer )

◆ set_detune()

void client::AudioBufferSourceOptions::set_detune ( double  )

◆ set_loop()

void client::AudioBufferSourceOptions::set_loop ( bool  )

◆ set_loopEnd()

void client::AudioBufferSourceOptions::set_loopEnd ( double  )

◆ set_loopStart()

void client::AudioBufferSourceOptions::set_loopStart ( double  )

◆ set_playbackRate()

void client::AudioBufferSourceOptions::set_playbackRate ( double  )