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

Method selectedOutputSampleFormat

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

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

Source from the content-addressed store, hash-verified

713 * @brief Returns the index of the currently selected output sample format.
714 */
715int 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.

Callers 2

getOutputFormatsMethod · 0.80
getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected