mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-28 03:33:38 +00:00
linux: add support for multiple media players (#222)
also add wait for setting card profiles to complete
This commit is contained in:
@@ -55,9 +55,9 @@ Q_SIGNALS:
|
||||
private:
|
||||
MediaState mediaStateFromPlayerctlOutput(const QString &output) const;
|
||||
QString getAudioDeviceName();
|
||||
bool sendMediaPlayerCommand(const QString &method);
|
||||
QStringList getPlayingMediaPlayers();
|
||||
|
||||
bool wasPausedByApp = false;
|
||||
QStringList pausedByAppServices;
|
||||
int initialVolume = -1;
|
||||
QString connectedDeviceMacAddress;
|
||||
EarDetectionBehavior earDetectionBehavior = PauseWhenOneRemoved;
|
||||
|
||||
Reference in New Issue
Block a user