MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / selectedInputSampleFormat

Method selectedInputSampleFormat

app/src/IO/Drivers/Audio.cpp:687–690  ·  view source on GitHub ↗

* @brief Returns the index of the currently selected input sample format. */

Source from the content-addressed store, hash-verified

685 * @brief Returns the index of the currently selected input sample format.
686 */
687int 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.

Callers 2

getInputFormatsMethod · 0.80
getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected