* @brief Returns the index of the currently selected input channel configuration. */
| 693 | * @brief Returns the index of the currently selected input channel configuration. |
| 694 | */ |
| 695 | int IO::Drivers::Audio::selectedInputChannelConfiguration() const |
| 696 | { |
| 697 | return m_selectedInputChannelConfiguration; |
| 698 | } |
| 699 | |
| 700 | //-------------------------------------------------------------------------------------------------- |
| 701 | // Output device parameters |