Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::test_helpers::MockAudioIODeviceType Class Reference
Inheritance diagram for zrythm::test_helpers::MockAudioIODeviceType:
Collaboration diagram for zrythm::test_helpers::MockAudioIODeviceType:

Public Member Functions

void scanForDevices () override
juce::StringArray getDeviceNames (bool wantInputNames) const override
int getDefaultDeviceIndex (bool forInput) const override
int getIndexOfDevice (juce::AudioIODevice *device, bool asInput) const override
bool hasSeparateInputsAndOutputs () const override
juce::AudioIODevice * createDevice (const juce::String &outputDeviceName, const juce::String &inputDeviceName) override

Detailed Description

Definition at line 110 of file mock_audio_io_device.h.

Constructor & Destructor Documentation

◆ MockAudioIODeviceType()

zrythm::test_helpers::MockAudioIODeviceType::MockAudioIODeviceType ( )
inline

Definition at line 113 of file mock_audio_io_device.h.

Member Function Documentation

◆ createDevice()

juce::AudioIODevice * zrythm::test_helpers::MockAudioIODeviceType::createDevice ( const juce::String & outputDeviceName,
const juce::String & inputDeviceName )
inlineoverride

Definition at line 135 of file mock_audio_io_device.h.

◆ getDefaultDeviceIndex()

int zrythm::test_helpers::MockAudioIODeviceType::getDefaultDeviceIndex ( bool forInput) const
inlineoverride

Definition at line 125 of file mock_audio_io_device.h.

◆ getDeviceNames()

juce::StringArray zrythm::test_helpers::MockAudioIODeviceType::getDeviceNames ( bool wantInputNames) const
inlineoverride

Definition at line 120 of file mock_audio_io_device.h.

◆ getIndexOfDevice()

int zrythm::test_helpers::MockAudioIODeviceType::getIndexOfDevice ( juce::AudioIODevice * device,
bool asInput ) const
inlineoverride

Definition at line 128 of file mock_audio_io_device.h.

◆ hasSeparateInputsAndOutputs()

bool zrythm::test_helpers::MockAudioIODeviceType::hasSeparateInputsAndOutputs ( ) const
inlineoverride

Definition at line 133 of file mock_audio_io_device.h.

◆ scanForDevices()

void zrythm::test_helpers::MockAudioIODeviceType::scanForDevices ( )
inlineoverride

Definition at line 115 of file mock_audio_io_device.h.


The documentation for this class was generated from the following file: