|
| MediaPlayer2 (QMainWindow *player, QObject *parent=nullptr) |
|
bool | CanQuit () const |
|
bool | CanRaise () |
|
bool | HasTrackList () |
|
QString | Identity () |
|
QString | DesktopEntry () |
|
QStringList | SupportedUriSchemes () |
|
QStringList | SupportedMimeTypes () |
|
bool | CanSetFullscreen () |
|
bool | Fullscreen () |
|
void | SetFullscreen (bool b) |
|
void | Raise () |
|
void | Quit () |
|
QString | PlaybackStatus () |
|
QString | LoopStatus () |
|
void | SetLoopStatus (QString status) |
|
double | Rate () |
|
void | SetRate (double rate) |
|
int | Rating () |
|
bool | Shuffle () |
|
void | SetShuffle (bool shuffle) |
|
QVariantMap | Metadata () |
|
double | Volume () |
|
void | SetVolume (double volume) |
|
void | IncreaseVolume () |
|
void | DecreaseVolume () |
|
qlonglong | Position () |
|
void | SetPosition (const QDBusObjectPath &trackId, qlonglong position) |
|
double | MinimumRate () |
|
double | MaximumRate () |
|
bool | CanGoNext () |
|
bool | CanGoPrevious () |
|
bool | CanPlay () |
|
bool | CanPause () |
|
bool | CanSeek () |
|
bool | CanControl () |
|
void | Next () |
|
void | Previous () |
|
void | Pause () |
|
void | PlayPause () |
|
void | Stop () |
|
void | Play () |
|
void | Seek (qlonglong offset) |
|
void | OpenUri (const QString &uri) |
|