This is the complete list of members for juce::AudioBuffer< Type >, including all inherited members.
addFrom(int destChannel, int destStartSample, const AudioBuffer &source, int sourceChannel, int sourceStartSample, int numSamples, Type gainToApplyToSource=Type(1)) noexcept | juce::AudioBuffer< Type > | inline |
addFrom(int destChannel, int destStartSample, const Type *source, int numSamples, Type gainToApplyToSource=Type(1)) noexcept | juce::AudioBuffer< Type > | inline |
addFromWithRamp(int destChannel, int destStartSample, const Type *source, int numSamples, Type startGain, Type endGain) noexcept | juce::AudioBuffer< Type > | inline |
addSample(int destChannel, int destSample, Type valueToAdd) noexcept | juce::AudioBuffer< Type > | inline |
allocateChannels(Type *const *dataToReferTo, int offset) | juce::AudioBuffer< Type > | inlineprivate |
allocateData() | juce::AudioBuffer< Type > | inlineprivate |
allocatedBytes | juce::AudioBuffer< Type > | private |
allocatedData | juce::AudioBuffer< Type > | private |
applyGain(int channel, int startSample, int numSamples, Type gain) noexcept | juce::AudioBuffer< Type > | inline |
applyGain(int startSample, int numSamples, Type gain) noexcept | juce::AudioBuffer< Type > | inline |
applyGain(Type gain) noexcept | juce::AudioBuffer< Type > | inline |
applyGainRamp(int channel, int startSample, int numSamples, Type startGain, Type endGain) noexcept | juce::AudioBuffer< Type > | inline |
applyGainRamp(int startSample, int numSamples, Type startGain, Type endGain) noexcept | juce::AudioBuffer< Type > | inline |
AudioBuffer() noexcept | juce::AudioBuffer< Type > | inline |
AudioBuffer(int numChannelsToAllocate, int numSamplesToAllocate) | juce::AudioBuffer< Type > | inline |
AudioBuffer(Type *const *dataToReferTo, int numChannelsToUse, int numSamples) | juce::AudioBuffer< Type > | inline |
AudioBuffer(Type *const *dataToReferTo, int numChannelsToUse, int startSample, int numSamples) | juce::AudioBuffer< Type > | inline |
AudioBuffer(const AudioBuffer &other) | juce::AudioBuffer< Type > | inline |
AudioBuffer(AudioBuffer &&other) noexcept | juce::AudioBuffer< Type > | inline |
channels | juce::AudioBuffer< Type > | private |
clear() noexcept | juce::AudioBuffer< Type > | inline |
clear(int startSample, int numSamples) noexcept | juce::AudioBuffer< Type > | inline |
clear(int channel, int startSample, int numSamples) noexcept | juce::AudioBuffer< Type > | inline |
copyFrom(int destChannel, int destStartSample, const AudioBuffer &source, int sourceChannel, int sourceStartSample, int numSamples) noexcept | juce::AudioBuffer< Type > | inline |
copyFrom(int destChannel, int destStartSample, const Type *source, int numSamples) noexcept | juce::AudioBuffer< Type > | inline |
copyFrom(int destChannel, int destStartSample, const Type *source, int numSamples, Type gain) noexcept | juce::AudioBuffer< Type > | inline |
copyFromWithRamp(int destChannel, int destStartSample, const Type *source, int numSamples, Type startGain, Type endGain) noexcept | juce::AudioBuffer< Type > | inline |
findMinMax(int channel, int startSample, int numSamples) const noexcept | juce::AudioBuffer< Type > | inline |
getArrayOfReadPointers() const noexcept | juce::AudioBuffer< Type > | inline |
getArrayOfWritePointers() noexcept | juce::AudioBuffer< Type > | inline |
getMagnitude(int channel, int startSample, int numSamples) const noexcept | juce::AudioBuffer< Type > | inline |
getMagnitude(int startSample, int numSamples) const noexcept | juce::AudioBuffer< Type > | inline |
getNumChannels() const noexcept | juce::AudioBuffer< Type > | inline |
getNumSamples() const noexcept | juce::AudioBuffer< Type > | inline |
getReadPointer(int channelNumber) const noexcept | juce::AudioBuffer< Type > | inline |
getReadPointer(int channelNumber, int sampleIndex) const noexcept | juce::AudioBuffer< Type > | inline |
getRMSLevel(int channel, int startSample, int numSamples) const noexcept | juce::AudioBuffer< Type > | inline |
getSample(int channel, int sampleIndex) const noexcept | juce::AudioBuffer< Type > | inline |
getWritePointer(int channelNumber) noexcept | juce::AudioBuffer< Type > | inline |
getWritePointer(int channelNumber, int sampleIndex) noexcept | juce::AudioBuffer< Type > | inline |
hasBeenCleared() const noexcept | juce::AudioBuffer< Type > | inline |
isClear | juce::AudioBuffer< Type > | private |
makeCopyOf(const AudioBuffer< OtherType > &other, bool avoidReallocating=false) | juce::AudioBuffer< Type > | inline |
numChannels | juce::AudioBuffer< Type > | private |
operator=(const AudioBuffer &other) | juce::AudioBuffer< Type > | inline |
operator=(AudioBuffer &&other) noexcept | juce::AudioBuffer< Type > | inline |
preallocatedChannelSpace | juce::AudioBuffer< Type > | private |
reverse(int channel, int startSample, int numSamples) const noexcept | juce::AudioBuffer< Type > | inline |
reverse(int startSample, int numSamples) const noexcept | juce::AudioBuffer< Type > | inline |
SampleType typedef | juce::AudioBuffer< Type > | |
setDataToReferTo(Type **dataToReferTo, int newNumChannels, int newStartSample, int newNumSamples) | juce::AudioBuffer< Type > | inline |
setDataToReferTo(Type **dataToReferTo, int newNumChannels, int newNumSamples) | juce::AudioBuffer< Type > | inline |
setNotClear() noexcept | juce::AudioBuffer< Type > | inline |
setSample(int destChannel, int destSample, Type newValue) noexcept | juce::AudioBuffer< Type > | inline |
setSize(int newNumChannels, int newNumSamples, bool keepExistingContent=false, bool clearExtraSpace=false, bool avoidReallocating=false) | juce::AudioBuffer< Type > | inline |
size | juce::AudioBuffer< Type > | private |
~AudioBuffer()=default | juce::AudioBuffer< Type > |