MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / selectedInputDevice

Method selectedInputDevice

src/gui/AudioDeviceChangeDialog.cpp:383–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383QAudioDevice AudioDeviceChangeDialog::selectedInputDevice() const
384{
385 return selectedDevice(m_inputList, m_inputDevices);
386}
387
388QAudioDevice AudioDeviceChangeDialog::selectedOutputDevice() const
389{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected