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

Method selectedSampleRate

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

* @brief Returns the index of the currently selected sample rate. */

Source from the content-addressed store, hash-verified

649 * @brief Returns the index of the currently selected sample rate.
650 */
651int IO::Drivers::Audio::selectedSampleRate() const
652{
653 return m_selectedSampleRate;
654}
655
656/**
657 * @brief Returns a list of supported input sample rates as strings.

Callers 2

getSampleRatesMethod · 0.80
getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected