#include <seekrequestdto.h>
◆ SeekRequestDto() [1/2]
Jellyfin::DTO::SeekRequestDto::SeekRequestDto |
( |
qint64 | positionTicks | ) |
|
◆ SeekRequestDto() [2/2]
Jellyfin::DTO::SeekRequestDto::SeekRequestDto |
( |
const SeekRequestDto & | other | ) |
|
◆ fromJson()
SeekRequestDto Jellyfin::DTO::SeekRequestDto::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ positionTicks()
qint64 Jellyfin::DTO::SeekRequestDto::positionTicks |
( |
| ) |
const |
Gets or sets the position ticks.
◆ replaceData()
void Jellyfin::DTO::SeekRequestDto::replaceData |
( |
SeekRequestDto & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::SeekRequestDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setPositionTicks()
void Jellyfin::DTO::SeekRequestDto::setPositionTicks |
( |
qint64 | newPositionTicks | ) |
|
Gets or sets the position ticks.
◆ toJson()
QJsonObject Jellyfin::DTO::SeekRequestDto::toJson |
( |
| ) |
const |
◆ m_positionTicks
qint64 Jellyfin::DTO::SeekRequestDto::m_positionTicks |
|
protected |
The documentation for this class was generated from the following files: