![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const GeneralCommandType & | command () const |
| The command to send. | |
| void | setCommand (GeneralCommandType newCommand) |
| const QString & | sessionId () const |
| The session id. | |
| void | setSessionId (QString newSessionId) |
| const GeneralCommandType & Jellyfin::Loader::SendGeneralCommandParams::command | ( | ) | const |
The command to send.
| const QString & Jellyfin::Loader::SendGeneralCommandParams::sessionId | ( | ) | const |
The session id.
| void Jellyfin::Loader::SendGeneralCommandParams::setCommand | ( | GeneralCommandType | newCommand | ) |
| void Jellyfin::Loader::SendGeneralCommandParams::setSessionId | ( | QString | newSessionId | ) |