![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <playrequestdto.h>
Public Member Functions | |
| PlayRequestDto (QStringList playingQueue, qint32 playingItemPosition, qint64 startPositionTicks) | |
| PlayRequestDto (const PlayRequestDto &other) | |
| void | replaceData (PlayRequestDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QStringList | playingQueue () const |
| Gets or sets the playing queue. | |
| void | setPlayingQueue (QStringList newPlayingQueue) |
| Gets or sets the playing queue. | |
| qint32 | playingItemPosition () const |
| Gets or sets the position of the playing item in the queue. | |
| void | setPlayingItemPosition (qint32 newPlayingItemPosition) |
| Gets or sets the position of the playing item in the queue. | |
| qint64 | startPositionTicks () const |
| Gets or sets the start position ticks. | |
| void | setStartPositionTicks (qint64 newStartPositionTicks) |
| Gets or sets the start position ticks. | |
Static Public Member Functions | |
| static PlayRequestDto | fromJson (QJsonObject source) |
Protected Attributes | |
| QStringList | m_playingQueue |
| qint32 | m_playingItemPosition |
| qint64 | m_startPositionTicks |
| Jellyfin::DTO::PlayRequestDto::PlayRequestDto | ( | QStringList | playingQueue, |
| qint32 | playingItemPosition, | ||
| qint64 | startPositionTicks ) |
| Jellyfin::DTO::PlayRequestDto::PlayRequestDto | ( | const PlayRequestDto & | other | ) |
|
static |
| qint32 Jellyfin::DTO::PlayRequestDto::playingItemPosition | ( | ) | const |
Gets or sets the position of the playing item in the queue.
| QStringList Jellyfin::DTO::PlayRequestDto::playingQueue | ( | ) | const |
Gets or sets the playing queue.
| void Jellyfin::DTO::PlayRequestDto::replaceData | ( | PlayRequestDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::PlayRequestDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::PlayRequestDto::setPlayingItemPosition | ( | qint32 | newPlayingItemPosition | ) |
Gets or sets the position of the playing item in the queue.
| void Jellyfin::DTO::PlayRequestDto::setPlayingQueue | ( | QStringList | newPlayingQueue | ) |
Gets or sets the playing queue.
| void Jellyfin::DTO::PlayRequestDto::setStartPositionTicks | ( | qint64 | newStartPositionTicks | ) |
Gets or sets the start position ticks.
| qint64 Jellyfin::DTO::PlayRequestDto::startPositionTicks | ( | ) | const |
Gets or sets the start position ticks.
| QJsonObject Jellyfin::DTO::PlayRequestDto::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |