![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
Lists controllable Jellyfin sessions from the Jellyfin server. More...
#include <controllablesession.h>
Public Member Functions | |
| RemoteJellyfinSessionScanner (ApiClient *client, QObject *parent) | |
| virtual | ~RemoteJellyfinSessionScanner () |
| void | startScanning () override |
| void | stopScanning () override |
| Public Member Functions inherited from Jellyfin::Model::RemoteSessionScanner | |
| RemoteSessionScanner (QObject *parent=nullptr) | |
Additional Inherited Members | |
| Signals inherited from Jellyfin::Model::RemoteSessionScanner | |
| void | sessionFound (Jellyfin::Model::ControllableSession *session) |
| void | sessionLost (const QString &sessionId) |
| void | resetSessions () |
|
explicit |
|
virtual |
|
overridevirtual |
The session scanner should start discovering sessions
Implements Jellyfin::Model::RemoteSessionScanner.
|
overridevirtual |
The session scanner should stop discovering sessions
Implements Jellyfin::Model::RemoteSessionScanner.