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

Method selectedOutputDevice

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

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

Source from the content-addressed store, hash-verified

705 * @brief Returns the index of the currently selected output device.
706 */
707int IO::Drivers::Audio::selectedOutputDevice() const
708{
709 return m_selectedOutputDevice;
710}
711
712/**
713 * @brief Returns the index of the currently selected output sample format.

Callers 2

getOutputDevicesMethod · 0.80
getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected