#include <readyrequestdto.h>
◆ ReadyRequestDto() [1/2]
Jellyfin::DTO::ReadyRequestDto::ReadyRequestDto |
( |
QDateTime | when, |
|
|
qint64 | positionTicks, |
|
|
bool | isPlaying, |
|
|
QString | playlistItemId ) |
◆ ReadyRequestDto() [2/2]
Jellyfin::DTO::ReadyRequestDto::ReadyRequestDto |
( |
const ReadyRequestDto & | other | ) |
|
◆ fromJson()
ReadyRequestDto Jellyfin::DTO::ReadyRequestDto::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ isPlaying()
bool Jellyfin::DTO::ReadyRequestDto::isPlaying |
( |
| ) |
const |
Gets or sets a value indicating whether the client playback is unpaused.
◆ playlistItemId()
QString Jellyfin::DTO::ReadyRequestDto::playlistItemId |
( |
| ) |
const |
Gets or sets the playlist item identifier of the playing item.
◆ positionTicks()
qint64 Jellyfin::DTO::ReadyRequestDto::positionTicks |
( |
| ) |
const |
Gets or sets the position ticks.
◆ replaceData()
void Jellyfin::DTO::ReadyRequestDto::replaceData |
( |
ReadyRequestDto & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::ReadyRequestDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setIsPlaying()
void Jellyfin::DTO::ReadyRequestDto::setIsPlaying |
( |
bool | newIsPlaying | ) |
|
Gets or sets a value indicating whether the client playback is unpaused.
◆ setPlaylistItemId()
void Jellyfin::DTO::ReadyRequestDto::setPlaylistItemId |
( |
QString | newPlaylistItemId | ) |
|
Gets or sets the playlist item identifier of the playing item.
◆ setPositionTicks()
void Jellyfin::DTO::ReadyRequestDto::setPositionTicks |
( |
qint64 | newPositionTicks | ) |
|
Gets or sets the position ticks.
◆ setWhen()
void Jellyfin::DTO::ReadyRequestDto::setWhen |
( |
QDateTime | newWhen | ) |
|
Gets or sets when the request has been made by the client.
◆ toJson()
QJsonObject Jellyfin::DTO::ReadyRequestDto::toJson |
( |
| ) |
const |
◆ when()
QDateTime Jellyfin::DTO::ReadyRequestDto::when |
( |
| ) |
const |
Gets or sets when the request has been made by the client.
◆ m_isPlaying
bool Jellyfin::DTO::ReadyRequestDto::m_isPlaying |
|
protected |
◆ m_playlistItemId
QString Jellyfin::DTO::ReadyRequestDto::m_playlistItemId |
|
protected |
◆ m_positionTicks
qint64 Jellyfin::DTO::ReadyRequestDto::m_positionTicks |
|
protected |
◆ m_when
QDateTime Jellyfin::DTO::ReadyRequestDto::m_when |
|
protected |
The documentation for this class was generated from the following files: