| 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() const | switchboard::AudioBuffer< T > | |
| getNumberOfChannels() const | switchboard::AudioBuffer< T > | |
| getNumberOfFrames() const | switchboard::AudioBuffer< T > | |
| getReadPointer(uint channel) const | switchboard::AudioBuffer< T > | |
| getReadPointer() const | switchboard::AudioBuffer< T > | |
| getSample(uint channel, uint sampleIndex) const | switchboard::AudioBuffer< T > | |
| getSampleRate() const | switchboard::AudioBuffer< T > | |
| getWritePointer(uint channel) | switchboard::AudioBuffer< T > | |
| getWritePointer() | switchboard::AudioBuffer< T > | |
| isMono() const | switchboard::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 > | |