Switchboard SDK
Loading...
Searching...
No Matches
switchboard::AudioBuffer< T > Member List

This is the complete list of members for switchboard::AudioBuffer< T >, including all inherited members.

AudioBuffer(uint numberOfChannels, uint numberOfFrames, bool isInterleaved, uint sampleRate, T **data)switchboard::AudioBuffer< T >
AudioBuffer(uint numberOfChannels, uint numberOfFrames, uint sampleRate, T *data)switchboard::AudioBuffer< T >
clear()switchboard::AudioBuffer< T >
copyFrom(const AudioBuffer< T > &srcBuffer)switchboard::AudioBuffer< T >
getIsInterleaved() constswitchboard::AudioBuffer< T >
getNumberOfChannels() constswitchboard::AudioBuffer< T >
getNumberOfFrames() constswitchboard::AudioBuffer< T >
getReadPointer(uint channel) constswitchboard::AudioBuffer< T >
getReadPointer() constswitchboard::AudioBuffer< T >
getSample(uint channel, uint sampleIndex) constswitchboard::AudioBuffer< T >
getSampleRate() constswitchboard::AudioBuffer< T >
getWritePointer(uint channel)switchboard::AudioBuffer< T >
getWritePointer()switchboard::AudioBuffer< T >
isMono() constswitchboard::AudioBuffer< T >
setNumberOfFrames(const uint newNumberOfFrames)switchboard::AudioBuffer< T >
setSample(uint channel, uint sampleIndex, T value)switchboard::AudioBuffer< T >
setSampleRate(const uint newSampleRate)switchboard::AudioBuffer< T >