![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
double | get_duration () |
double | get_length () |
double | get_numberOfChannels () |
double | get_sampleRate () |
void | copyFromChannel (Float32Array *destination, double channelNumber) |
void | copyFromChannel (Float32Array *destination, double channelNumber, double startInChannel) |
void | copyToChannel (Float32Array *source, double channelNumber) |
void | copyToChannel (Float32Array *source, double channelNumber, double startInChannel) |
Float32Array * | getChannelData (double channel) |
AudioBuffer * | get_prototype () |
void | set_prototype (AudioBuffer *) |
AudioBuffer () | |
![]() | |
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) |
client::AudioBuffer::AudioBuffer | ( | ) |
void client::AudioBuffer::copyFromChannel | ( | Float32Array * | destination, |
double | channelNumber | ||
) |
void client::AudioBuffer::copyFromChannel | ( | Float32Array * | destination, |
double | channelNumber, | ||
double | startInChannel | ||
) |
void client::AudioBuffer::copyToChannel | ( | Float32Array * | source, |
double | channelNumber | ||
) |
void client::AudioBuffer::copyToChannel | ( | Float32Array * | source, |
double | channelNumber, | ||
double | startInChannel | ||
) |
double client::AudioBuffer::get_duration | ( | ) |
double client::AudioBuffer::get_length | ( | ) |
double client::AudioBuffer::get_numberOfChannels | ( | ) |
AudioBuffer* client::AudioBuffer::get_prototype | ( | ) |
double client::AudioBuffer::get_sampleRate | ( | ) |
Float32Array* client::AudioBuffer::getChannelData | ( | double | channel | ) |
void client::AudioBuffer::set_prototype | ( | AudioBuffer * | ) |