Definition at line 17 of file tracktion_AudioFifo.h.
◆ AudioFifo()
| tracktion::graph::AudioFifo::AudioFifo |
( |
choc::buffer::ChannelCount |
numChannels, |
|
|
choc::buffer::FrameCount |
numFrames |
|
) |
| |
◆ ensureFreeSpace()
| void tracktion::graph::AudioFifo::ensureFreeSpace |
( |
int |
numFrames | ) |
|
◆ getFreeSpace()
| int tracktion::graph::AudioFifo::getFreeSpace |
( |
| ) |
const |
|
noexcept |
◆ getNumChannels()
| choc::buffer::ChannelCount tracktion::graph::AudioFifo::getNumChannels |
( |
| ) |
const |
|
noexcept |
◆ getNumReady()
| int tracktion::graph::AudioFifo::getNumReady |
( |
| ) |
const |
|
noexcept |
◆ readAdding()
| bool tracktion::graph::AudioFifo::readAdding |
( |
choc::buffer::ChannelArrayView< float > |
dest | ) |
|
◆ readOverwriting()
| bool tracktion::graph::AudioFifo::readOverwriting |
( |
choc::buffer::ChannelArrayView< float > |
dest | ) |
|
◆ removeSamples()
| void tracktion::graph::AudioFifo::removeSamples |
( |
int |
numSamples | ) |
|
◆ reset()
| void tracktion::graph::AudioFifo::reset |
( |
| ) |
|
|
noexcept |
◆ setSize()
| void tracktion::graph::AudioFifo::setSize |
( |
choc::buffer::ChannelCount |
numChannels, |
|
|
choc::buffer::FrameCount |
numFrames |
|
) |
| |
◆ write()
| bool tracktion::graph::AudioFifo::write |
( |
choc::buffer::ChannelArrayView< float > |
block | ) |
|
◆ writeSilence()
| bool tracktion::graph::AudioFifo::writeSilence |
( |
choc::buffer::FrameCount |
numFrames | ) |
|
The documentation for this class was generated from the following file: