* @brief Returns the index of the currently selected output sample format. */
| 713 | * @brief Returns the index of the currently selected output sample format. |
| 714 | */ |
| 715 | int IO::Drivers::Audio::selectedOutputSampleFormat() const |
| 716 | { |
| 717 | return m_selectedOutputSampleFormat; |
| 718 | } |
| 719 | |
| 720 | /** |
| 721 | * @brief Returns the index of the currently selected output channel configuration. |
no outgoing calls
no test coverage detected