BluezQt
mediaplayer.h
void equalizerChanged(Equalizer equalizer)
Indicates that player's equalizer state have changed.
void trackChanged(MediaPlayerTrack track)
Indicates that player's current track have changed.
PendingCall * setEqualizer(Equalizer equalizer)
Sets the equalizer state of the player.
Definition mediaplayer.cpp:74
PendingCall * setShuffle(Shuffle shuffle)
Sets the shuffle state of the player.
Definition mediaplayer.cpp:94
void shuffleChanged(Shuffle shuffle)
Indicates that player's shuffle state have changed.
PendingCall * setRepeat(Repeat repeat)
Sets the repeat state of the player.
Definition mediaplayer.cpp:84
void repeatChanged(Repeat repeat)
Indicates that player's repeat state have changed.
void positionChanged(quint32 position)
Indicates that player's playback position have changed.
void nameChanged(const QString &name)
Indicates that player's name have changed.
void statusChanged(Status status)
Indicates that player's status have changed.
void stop(Ekos::AlignState mode)
Q_SCRIPTABLE Q_NOREPLY void pause()
Q_SCRIPTABLE CaptureState status()
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.