* @brief Returns the index of the currently selected input sample format. */
| 685 | * @brief Returns the index of the currently selected input sample format. |
| 686 | */ |
| 687 | int IO::Drivers::Audio::selectedInputSampleFormat() const |
| 688 | { |
| 689 | return m_selectedInputSampleFormat; |
| 690 | } |
| 691 | |
| 692 | /** |
| 693 | * @brief Returns the index of the currently selected input channel configuration. |
no outgoing calls
no test coverage detected