JUCE  v5.1.1-3-g1a0b28c73
JUCE API
AudioBlock< SampleType > Member List

This is the complete list of members for AudioBlock< SampleType >, including all inherited members.

add(SampleType value) noexceptAudioBlock< SampleType >inline
add(const AudioBlock &src) noexceptAudioBlock< SampleType >inline
add(const AudioBlock &src, SampleType value) noexceptAudioBlock< SampleType >inline
add(const AudioBlock &src1, const AudioBlock &src2) noexceptAudioBlock< SampleType >inline
addWithMultiply(const AudioBlock &src, SampleType factor) noexceptAudioBlock< SampleType >inline
addWithMultiply(const AudioBlock &src1, const AudioBlock &src2) noexceptAudioBlock< SampleType >inline
AudioBlock() noexceptAudioBlock< SampleType >inline
AudioBlock(SampleType *const *channelData, size_t numberOfChannels, size_t numberOfSamples) noexceptAudioBlock< SampleType >inline
AudioBlock(SampleType *const *channelData, size_t numberOfChannels, size_t startSampleIndex, size_t numberOfSamples) noexceptAudioBlock< SampleType >inline
AudioBlock(HeapBlock< char > &heapBlockToUseForAllocation, size_t numberOfChannels, size_t numberOfSamples) noexceptAudioBlock< SampleType >inline
AudioBlock(AudioBuffer< SampleType > &buffer) noexceptAudioBlock< SampleType >inline
AudioBlock(AudioBuffer< SampleType > &buffer, size_t startSampleIndex) noexceptAudioBlock< SampleType >inline
AudioBlock(const AudioBlock &other) noexcept=defaultAudioBlock< SampleType >
byteMaskAudioBlock< SampleType >privatestatic
ChannelCountType typedefAudioBlock< SampleType >private
channelPtr(size_t ch) noexceptAudioBlock< SampleType >inlineprivate
channelPtr(size_t ch) const noexceptAudioBlock< SampleType >inlineprivate
channelsAudioBlock< SampleType >private
clear() noexceptAudioBlock< SampleType >inline
copy(const AudioBlock &src) noexceptAudioBlock< SampleType >inline
elementMaskAudioBlock< SampleType >privatestatic
fill(SampleType value) noexceptAudioBlock< SampleType >inline
findMinAndMax() const noexceptAudioBlock< SampleType >inline
getChannelPointer(size_t channel) const noexceptAudioBlock< SampleType >inline
getChannelPointer(size_t channel) noexceptAudioBlock< SampleType >inline
getNumChannels() const noexceptAudioBlock< SampleType >inline
getNumSamples() const noexceptAudioBlock< SampleType >inline
getSingleChannelBlock(size_t channel) const noexceptAudioBlock< SampleType >inline
getSubBlock(size_t newOffset, size_t newLength) const noexceptAudioBlock< SampleType >inline
getSubBlock(size_t newOffset) const noexceptAudioBlock< SampleType >inline
getSubsetChannelBlock(size_t channelStart, size_t numChannelsToUse) noexceptAudioBlock< SampleType >inline
max(AudioBlock src1, AudioBlock src2) noexceptAudioBlock< SampleType >inline
min(const AudioBlock &src1, const AudioBlock &src2) noexceptAudioBlock< SampleType >inline
move(size_t srcPos, size_t dstPos, size_t numElements=std::numeric_limits< size_t >::max()) noexceptAudioBlock< SampleType >inline
multiply(SampleType value) noexceptAudioBlock< SampleType >inline
multiply(const AudioBlock &src) noexceptAudioBlock< SampleType >inline
multiply(const AudioBlock &src, SampleType value) noexceptAudioBlock< SampleType >inline
multiply(const AudioBlock &src1, const AudioBlock &src2) noexceptAudioBlock< SampleType >inline
negate() noexceptAudioBlock< SampleType >inline
numChannelsAudioBlock< SampleType >private
NumericType typedefAudioBlock< SampleType >
numSamplesAudioBlock< SampleType >private
operator*=(SampleType src) noexceptAudioBlock< SampleType >inline
operator*=(AudioBlock src) noexceptAudioBlock< SampleType >inline
operator+=(SampleType src) noexceptAudioBlock< SampleType >inline
operator+=(AudioBlock src) noexceptAudioBlock< SampleType >inline
operator-=(SampleType src) noexceptAudioBlock< SampleType >inline
operator-=(AudioBlock src) noexceptAudioBlock< SampleType >inline
operator=(const AudioBlock &other) noexcept=defaultAudioBlock< SampleType >
process(const AudioBlock< SampleType > &inBlock, AudioBlock< SampleType > &outBlock, const FunctionType &function)AudioBlock< SampleType >inlinestatic
replaceWithAbsoluteValueOf(const AudioBlock &src) noexceptAudioBlock< SampleType >inline
replaceWithNegativeOf(const AudioBlock &src) noexceptAudioBlock< SampleType >inline
sizeFactorAudioBlock< SampleType >privatestatic
startSampleAudioBlock< SampleType >private
subtract(SampleType value) noexceptAudioBlock< SampleType >inline
subtract(const AudioBlock &src) noexceptAudioBlock< SampleType >inline
subtract(const AudioBlock &src, SampleType value) noexceptAudioBlock< SampleType >inline
subtract(const AudioBlock &src1, const AudioBlock &src2) noexceptAudioBlock< SampleType >inline