services/pipewire: add reconnect support

This commit is contained in:
outfoxxed 2026-01-08 03:58:17 -08:00
parent 8d19beb69e
commit 5d8354a88b
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
10 changed files with 277 additions and 32 deletions

View file

@ -12,6 +12,7 @@ class PwDefaultTracker: public QObject {
public:
explicit PwDefaultTracker(PwRegistry* registry);
void reset();
[[nodiscard]] PwNode* defaultSink() const;
[[nodiscard]] PwNode* defaultSource() const;