![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const qint32 & | activeWithinSeconds () const |
| Optional. Filter by sessions that were active in the last n seconds. | |
| void | setActiveWithinSeconds (qint32 newActiveWithinSeconds) |
| bool | activeWithinSecondsNull () const |
| void | setActiveWithinSecondsNull () |
| const QString & | controllableByUserId () const |
| Filter by sessions that a given user is allowed to remote control. | |
| void | setControllableByUserId (QString newControllableByUserId) |
| bool | controllableByUserIdNull () const |
| void | setControllableByUserIdNull () |
| const QString & | deviceId () const |
| Filter by device Id. | |
| void | setDeviceId (QString newDeviceId) |
| bool | deviceIdNull () const |
| void | setDeviceIdNull () |
| const qint32 & Jellyfin::Loader::GetSessionsParams::activeWithinSeconds | ( | ) | const |
Optional. Filter by sessions that were active in the last n seconds.
| bool Jellyfin::Loader::GetSessionsParams::activeWithinSecondsNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetSessionsParams::controllableByUserId | ( | ) | const |
Filter by sessions that a given user is allowed to remote control.
| bool Jellyfin::Loader::GetSessionsParams::controllableByUserIdNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetSessionsParams::deviceId | ( | ) | const |
Filter by device Id.
| bool Jellyfin::Loader::GetSessionsParams::deviceIdNull | ( | ) | const |
| void Jellyfin::Loader::GetSessionsParams::setActiveWithinSeconds | ( | qint32 | newActiveWithinSeconds | ) |
| void Jellyfin::Loader::GetSessionsParams::setActiveWithinSecondsNull | ( | ) |
| void Jellyfin::Loader::GetSessionsParams::setControllableByUserId | ( | QString | newControllableByUserId | ) |
| void Jellyfin::Loader::GetSessionsParams::setControllableByUserIdNull | ( | ) |
| void Jellyfin::Loader::GetSessionsParams::setDeviceId | ( | QString | newDeviceId | ) |
| void Jellyfin::Loader::GetSessionsParams::setDeviceIdNull | ( | ) |