Definition at line 12 of file mock_audio_io_device.h.
◆ MockAudioIODevice()
| zrythm::test_helpers::MockAudioIODevice::MockAudioIODevice |
( |
| ) |
|
|
inline |
◆ close()
| void zrythm::test_helpers::MockAudioIODevice::close |
( |
| ) |
|
|
inlineoverride |
◆ getActiveInputChannels()
| juce::BigInteger zrythm::test_helpers::MockAudioIODevice::getActiveInputChannels |
( |
| ) |
const |
|
inlineoverride |
◆ getActiveOutputChannels()
| juce::BigInteger zrythm::test_helpers::MockAudioIODevice::getActiveOutputChannels |
( |
| ) |
const |
|
inlineoverride |
◆ getAvailableBufferSizes()
| juce::Array< int > zrythm::test_helpers::MockAudioIODevice::getAvailableBufferSizes |
( |
| ) |
|
|
inlineoverride |
◆ getAvailableSampleRates()
| juce::Array< double > zrythm::test_helpers::MockAudioIODevice::getAvailableSampleRates |
( |
| ) |
|
|
inlineoverride |
◆ getCurrentBitDepth()
| int zrythm::test_helpers::MockAudioIODevice::getCurrentBitDepth |
( |
| ) |
|
|
inlineoverride |
◆ getCurrentBufferSizeSamples()
| int zrythm::test_helpers::MockAudioIODevice::getCurrentBufferSizeSamples |
( |
| ) |
|
|
inlineoverride |
◆ getCurrentSampleRate()
| double zrythm::test_helpers::MockAudioIODevice::getCurrentSampleRate |
( |
| ) |
|
|
inlineoverride |
◆ getDefaultBufferSize()
| int zrythm::test_helpers::MockAudioIODevice::getDefaultBufferSize |
( |
| ) |
|
|
inlineoverride |
◆ getInputChannelNames()
| juce::StringArray zrythm::test_helpers::MockAudioIODevice::getInputChannelNames |
( |
| ) |
|
|
inlineoverride |
◆ getInputLatencyInSamples()
| int zrythm::test_helpers::MockAudioIODevice::getInputLatencyInSamples |
( |
| ) |
|
|
inlineoverride |
◆ getLastError()
| juce::String zrythm::test_helpers::MockAudioIODevice::getLastError |
( |
| ) |
|
|
inlineoverride |
◆ getOutputChannelNames()
| juce::StringArray zrythm::test_helpers::MockAudioIODevice::getOutputChannelNames |
( |
| ) |
|
|
inlineoverride |
◆ getOutputLatencyInSamples()
| int zrythm::test_helpers::MockAudioIODevice::getOutputLatencyInSamples |
( |
| ) |
|
|
inlineoverride |
◆ isOpen()
| bool zrythm::test_helpers::MockAudioIODevice::isOpen |
( |
| ) |
|
|
inlineoverride |
◆ isPlaying()
| bool zrythm::test_helpers::MockAudioIODevice::isPlaying |
( |
| ) |
|
|
inlineoverride |
◆ open()
| juce::String zrythm::test_helpers::MockAudioIODevice::open |
( |
const juce::BigInteger & | inputChannels, |
|
|
const juce::BigInteger & | outputChannels, |
|
|
double | requestedSampleRate, |
|
|
int | requestedBufferSize ) |
|
inlineoverride |
◆ start()
| void zrythm::test_helpers::MockAudioIODevice::start |
( |
juce::AudioIODeviceCallback * | callback | ) |
|
|
inlineoverride |
◆ stop()
| void zrythm::test_helpers::MockAudioIODevice::stop |
( |
| ) |
|
|
inlineoverride |
The documentation for this class was generated from the following file: