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

Method selectedInputChannelConfiguration

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

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

Source from the content-addressed store, hash-verified

693 * @brief Returns the index of the currently selected input channel configuration.
694 */
695int IO::Drivers::Audio::selectedInputChannelConfiguration() const
696{
697 return m_selectedInputChannelConfiguration;
698}
699
700//--------------------------------------------------------------------------------------------------
701// Output device parameters

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected