* @brief Returns the index of the currently selected sample rate. */
| 649 | * @brief Returns the index of the currently selected sample rate. |
| 650 | */ |
| 651 | int 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. |
no outgoing calls
no test coverage detected