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

Method deletePresetRule

src/utils/dbus/IpcHandler.cpp:143–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void IpcHandler::deletePresetRule(const QString &deviceId, const QString &routeId) const
144{
145#ifdef USE_PULSEAUDIO
146 sendErrorReply(QDBusError::ErrorType::NotSupported, "This feature is only supported in the PipeWire version of JamesDSP");
147 return;
148#endif
149 PresetManager::instance().removeRule(deviceId, routeId);
150}
151
152QList<PresetRule> IpcHandler::getPresetRules() const
153{

Callers

nothing calls this directly

Calls 1

removeRuleMethod · 0.80

Tested by

no test coverage detected