| addFrom(const AudioBufferView< U, M > &src, T gain=T(1)) const noexcept | dspark::AudioBufferView< T, MaxViewChannels > | inline |
| applyGain(T gain) const noexcept | dspark::AudioBufferView< T, MaxViewChannels > | inline |
| AudioBufferView() noexcept=default | dspark::AudioBufferView< T, MaxViewChannels > | |
| AudioBufferView(U *const *channelPtrs, int numChannels, int numSamples) noexcept | dspark::AudioBufferView< T, MaxViewChannels > | inline |
| AudioBufferView(const AudioBufferView< U, MaxViewChannels > &other) noexcept | dspark::AudioBufferView< T, MaxViewChannels > | inline |
| clear() const noexcept | dspark::AudioBufferView< T, MaxViewChannels > | inline |
| copyFrom(const AudioBufferView< U, M > &src) const noexcept | dspark::AudioBufferView< T, MaxViewChannels > | inline |
| getChannel(int ch) const noexcept | dspark::AudioBufferView< T, MaxViewChannels > | inline |
| getNumChannels() const noexcept | dspark::AudioBufferView< T, MaxViewChannels > | inline |
| getNumSamples() const noexcept | dspark::AudioBufferView< T, MaxViewChannels > | inline |
| getPeakLevel() const noexcept | dspark::AudioBufferView< T, MaxViewChannels > | inline |
| getSubView(int startSample, int length) const noexcept | dspark::AudioBufferView< T, MaxViewChannels > | inline |