MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / getOutputDevices

Method getOutputDevices

src/utils/dbus/IpcHandler.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161QList<IOutputDevice> IpcHandler::getOutputDevices() const
162{
163 auto devices = _service->outputDevices();
164 return QVector<IOutputDevice>(devices.begin(), devices.end()).toList();
165}
166
167void IpcHandler::setInternal(const QString &key, const QDBusVariant &value) const
168{

Callers 1

listOutputDevicesMethod · 0.45

Calls 3

outputDevicesMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected