|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
This is the complete list of members for juce::AbstractFifo, including all inherited members.
| AbstractFifo(int capacity) noexcept | juce::AbstractFifo | |
| finishedRead(int numRead) noexcept | juce::AbstractFifo | |
| finishedWrite(int numWritten) noexcept | juce::AbstractFifo | |
| getFreeSpace() const noexcept | juce::AbstractFifo | |
| getNumReady() const noexcept | juce::AbstractFifo | |
| getTotalSize() const noexcept | juce::AbstractFifo | |
| prepareToRead(int numWanted, int &startIndex1, int &blockSize1, int &startIndex2, int &blockSize2) const noexcept | juce::AbstractFifo | |
| prepareToWrite(int numToWrite, int &startIndex1, int &blockSize1, int &startIndex2, int &blockSize2) const noexcept | juce::AbstractFifo | |
| read(int numToRead) noexcept | juce::AbstractFifo | |
| reset() noexcept | juce::AbstractFifo | |
| ScopedRead typedef (defined in juce::AbstractFifo) | juce::AbstractFifo | |
| ScopedWrite typedef (defined in juce::AbstractFifo) | juce::AbstractFifo | |
| setTotalSize(int newSize) noexcept | juce::AbstractFifo | |
| write(int numToWrite) noexcept | juce::AbstractFifo |