* @brief Returns the index of the currently selected input device. */
| 677 | * @brief Returns the index of the currently selected input device. |
| 678 | */ |
| 679 | int 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. |
no outgoing calls
no test coverage detected