MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / selectedInputDevice

Method selectedInputDevice

app/src/IO/Drivers/Audio.cpp:679–682  ·  view source on GitHub ↗

* @brief Returns the index of the currently selected input device. */

Source from the content-addressed store, hash-verified

677 * @brief Returns the index of the currently selected input device.
678 */
679int IO::Drivers::Audio::selectedInputDevice() const
680{
681 return m_selectedInputDevice;
682}
683
684/**
685 * @brief Returns the index of the currently selected input sample format.

Callers 2

getInputDevicesMethod · 0.80
getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected