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