mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-18 07:06:19 +00:00
[Linux] New ear detection implementation (#145)
* New ear detection implementation * [Linux] Improved case battery detection when not connected
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include <QObject>
|
||||
|
||||
class QProcess;
|
||||
class EarDetection;
|
||||
|
||||
class MediaController : public QObject
|
||||
{
|
||||
@@ -29,7 +30,7 @@ public:
|
||||
~MediaController();
|
||||
|
||||
void initializeMprisInterface();
|
||||
void handleEarDetection(const QString &status);
|
||||
void handleEarDetection(EarDetection*);
|
||||
void followMediaChanges();
|
||||
bool isActiveOutputDeviceAirPods();
|
||||
void handleConversationalAwareness(const QByteArray &data);
|
||||
|
||||
Reference in New Issue
Block a user