MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / getPresetRules

Method getPresetRules

src/utils/dbus/IpcHandler.cpp:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152QList<PresetRule> IpcHandler::getPresetRules() const
153{
154#ifdef USE_PULSEAUDIO
155 sendErrorReply(QDBusError::ErrorType::NotSupported, "This feature is only supported in the PipeWire version of JamesDSP");
156 return QList<PresetRule>();
157#endif
158 return PresetManager::instance().rules().toList();
159}
160
161QList<IOutputDevice> IpcHandler::getOutputDevices() const
162{

Callers 1

listPresetRulesMethod · 0.45

Calls 1

rulesMethod · 0.80

Tested by

no test coverage detected