mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-19 13:49:53 +00:00
[Linux] Auto-restart WirePlumber when A2DP profile is unavailable (#213)
Fix: Auto-restart WirePlumber when A2DP profile is unavailable
This commit is contained in:
@@ -37,6 +37,8 @@ public:
|
||||
void activateA2dpProfile();
|
||||
void removeAudioOutputDevice();
|
||||
void setConnectedDeviceMacAddress(const QString &macAddress);
|
||||
bool isA2dpProfileAvailable();
|
||||
bool restartWirePlumber();
|
||||
|
||||
void setEarDetectionBehavior(EarDetectionBehavior behavior);
|
||||
inline EarDetectionBehavior getEarDetectionBehavior() const { return earDetectionBehavior; }
|
||||
|
||||
Reference in New Issue
Block a user