![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | deviceId () const |
| The device id of the client requesting. Used to stop encoding processes when needed. | |
| void | setDeviceId (QString newDeviceId) |
| const QString & | playSessionId () const |
| The play session id. | |
| void | setPlaySessionId (QString newPlaySessionId) |
| const QString & Jellyfin::Loader::StopEncodingProcessParams::deviceId | ( | ) | const |
The device id of the client requesting. Used to stop encoding processes when needed.
| const QString & Jellyfin::Loader::StopEncodingProcessParams::playSessionId | ( | ) | const |
The play session id.
| void Jellyfin::Loader::StopEncodingProcessParams::setDeviceId | ( | QString | newDeviceId | ) |
| void Jellyfin::Loader::StopEncodingProcessParams::setPlaySessionId | ( | QString | newPlaySessionId | ) |