![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | itemId () const |
| The item id. | |
| void | setItemId (QString newItemId) |
| const qint32 & | width () const |
| The width of a single tile. | |
| void | setWidth (qint32 newWidth) |
| const QString & | mediaSourceId () const |
| The media version id, if using an alternate version. | |
| void | setMediaSourceId (QString newMediaSourceId) |
| bool | mediaSourceIdNull () const |
| void | setMediaSourceIdNull () |
| const QString & Jellyfin::Loader::GetTrickplayHlsPlaylistParams::itemId | ( | ) | const |
The item id.
| const QString & Jellyfin::Loader::GetTrickplayHlsPlaylistParams::mediaSourceId | ( | ) | const |
The media version id, if using an alternate version.
| bool Jellyfin::Loader::GetTrickplayHlsPlaylistParams::mediaSourceIdNull | ( | ) | const |
| void Jellyfin::Loader::GetTrickplayHlsPlaylistParams::setItemId | ( | QString | newItemId | ) |
| void Jellyfin::Loader::GetTrickplayHlsPlaylistParams::setMediaSourceId | ( | QString | newMediaSourceId | ) |
| void Jellyfin::Loader::GetTrickplayHlsPlaylistParams::setMediaSourceIdNull | ( | ) |
| void Jellyfin::Loader::GetTrickplayHlsPlaylistParams::setWidth | ( | qint32 | newWidth | ) |
| const qint32 & Jellyfin::Loader::GetTrickplayHlsPlaylistParams::width | ( | ) | const |
The width of a single tile.