![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | recordingId () const |
| Recording id. | |
| void | setRecordingId (QString newRecordingId) |
| const QString & | userId () const |
| Optional. Attach user data. | |
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
| const QString & Jellyfin::Loader::GetRecordingParams::recordingId | ( | ) | const |
Recording id.
| void Jellyfin::Loader::GetRecordingParams::setRecordingId | ( | QString | newRecordingId | ) |
| void Jellyfin::Loader::GetRecordingParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetRecordingParams::setUserIdNull | ( | ) |
| const QString & Jellyfin::Loader::GetRecordingParams::userId | ( | ) | const |
Optional. Attach user data.
| bool Jellyfin::Loader::GetRecordingParams::userIdNull | ( | ) | const |