* @brief Returns the index of the currently selected output device. */
| 705 | * @brief Returns the index of the currently selected output device. |
| 706 | */ |
| 707 | int 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. |
no outgoing calls
no test coverage detected