![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const qint32 & | index () const |
| Attachment Index. | |
| void | setIndex (qint32 newIndex) |
| const QString & | mediaSourceId () const |
| Media Source ID. | |
| void | setMediaSourceId (QString newMediaSourceId) |
| const QString & | videoId () const |
| Video ID. | |
| void | setVideoId (QString newVideoId) |
| const qint32 & Jellyfin::Loader::GetAttachmentParams::index | ( | ) | const |
Attachment Index.
| const QString & Jellyfin::Loader::GetAttachmentParams::mediaSourceId | ( | ) | const |
Media Source ID.
| void Jellyfin::Loader::GetAttachmentParams::setIndex | ( | qint32 | newIndex | ) |
| void Jellyfin::Loader::GetAttachmentParams::setMediaSourceId | ( | QString | newMediaSourceId | ) |
| void Jellyfin::Loader::GetAttachmentParams::setVideoId | ( | QString | newVideoId | ) |
| const QString & Jellyfin::Loader::GetAttachmentParams::videoId | ( | ) | const |
Video ID.