![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <mediaplayer2player.h>
Public Slots | |
| void | Next () |
| void | OpenUri (const QString &Uri) |
| void | Pause () |
| void | Play () |
| void | PlayPause () |
| void | Previous () |
| void | Seek (qlonglong Offset) |
| void | SetPosition (const QDBusObjectPath &TrackId, qlonglong Position) |
| void | Stop () |
Signals | |
| void | Seeked (qlonglong Position) |
Public Member Functions | |
| bool | canControl () const |
| bool | canGoNext () const |
| bool | canGoPrevious () const |
| bool | canPause () const |
| bool | canPlay () const |
| bool | canSeek () const |
| QString | loopStatus () const |
| void | setLoopStatus (const QString &value) |
| double | maximumRate () const |
| QVariantMap | metadata () const |
| double | minimumRate () const |
| QString | playbackStatus () const |
| qlonglong | position () const |
| double | rate () const |
| void | setRate (double value) |
| bool | shuffle () const |
| void | setShuffle (bool value) |
| double | volume () const |
| void | setVolume (double value) |
Properties | |
| bool | CanControl |
| bool | CanGoNext |
| bool | CanGoPrevious |
| bool | CanPause |
| bool | CanPlay |
| bool | CanSeek |
| QString | LoopStatus |
| double | MaximumRate |
| QVariantMap | Metadata |
| double | MinimumRate |
| QString | PlaybackStatus |
| qlonglong | Position |
| double | Rate |
| bool | Shuffle |
| double | Volume |
| bool Jellyfin::Platform::FreeDesktop::PlayerAdaptor::canControl | ( | ) | const |
| bool Jellyfin::Platform::FreeDesktop::PlayerAdaptor::canGoNext | ( | ) | const |
| bool Jellyfin::Platform::FreeDesktop::PlayerAdaptor::canPause | ( | ) | const |
| bool Jellyfin::Platform::FreeDesktop::PlayerAdaptor::canPlay | ( | ) | const |
| bool Jellyfin::Platform::FreeDesktop::PlayerAdaptor::canSeek | ( | ) | const |
| QString Jellyfin::Platform::FreeDesktop::PlayerAdaptor::loopStatus | ( | ) | const |
| double Jellyfin::Platform::FreeDesktop::PlayerAdaptor::maximumRate | ( | ) | const |
| QVariantMap Jellyfin::Platform::FreeDesktop::PlayerAdaptor::metadata | ( | ) | const |
| double Jellyfin::Platform::FreeDesktop::PlayerAdaptor::minimumRate | ( | ) | const |
|
slot |
|
slot |
|
slot |
|
slot |
| QString Jellyfin::Platform::FreeDesktop::PlayerAdaptor::playbackStatus | ( | ) | const |
| qlonglong Jellyfin::Platform::FreeDesktop::PlayerAdaptor::position | ( | ) | const |
|
slot |
| double Jellyfin::Platform::FreeDesktop::PlayerAdaptor::rate | ( | ) | const |
|
slot |
|
signal |
| void Jellyfin::Platform::FreeDesktop::PlayerAdaptor::setLoopStatus | ( | const QString & | value | ) |
|
slot |
| void Jellyfin::Platform::FreeDesktop::PlayerAdaptor::setRate | ( | double | value | ) |
| void Jellyfin::Platform::FreeDesktop::PlayerAdaptor::setShuffle | ( | bool | value | ) |
| void Jellyfin::Platform::FreeDesktop::PlayerAdaptor::setVolume | ( | double | value | ) |
| bool Jellyfin::Platform::FreeDesktop::PlayerAdaptor::shuffle | ( | ) | const |
|
slot |
| double Jellyfin::Platform::FreeDesktop::PlayerAdaptor::volume | ( | ) | const |
|
readwrite |
|
read |
|
read |
|
readwrite |
|
readwrite |
|
readwrite |