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

Method audio

app/src/IO/ConnectionManager.cpp:384–387  ·  view source on GitHub ↗

* @brief Returns the UI-config Audio driver instance. */

Source from the content-addressed store, hash-verified

382 * @brief Returns the UI-config Audio driver instance.
383 */
384IO::Drivers::Audio* IO::ConnectionManager::audio() const noexcept
385{
386 return m_audioUi.get();
387}
388
389/**
390 * @brief Returns the UI-config CANBus driver instance.

Callers 15

setInputDeviceMethod · 0.80
setOutputDeviceMethod · 0.80
setSampleRateMethod · 0.80
setInputSampleFormatMethod · 0.80
setInputChannelConfigMethod · 0.80
setOutputSampleFormatMethod · 0.80
getInputDevicesMethod · 0.80
getOutputDevicesMethod · 0.80
getSampleRatesMethod · 0.80
getInputFormatsMethod · 0.80
getOutputFormatsMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected