#include <mediasegmentdto.h>
◆ MediaSegmentDto() [1/2]
| Jellyfin::DTO::MediaSegmentDto::MediaSegmentDto |
( |
QString | jellyfinId, |
|
|
QString | itemId, |
|
|
MediaSegmentType | type, |
|
|
qint64 | startTicks, |
|
|
qint64 | endTicks ) |
◆ MediaSegmentDto() [2/2]
| Jellyfin::DTO::MediaSegmentDto::MediaSegmentDto |
( |
const MediaSegmentDto & | other | ) |
|
◆ endTicks()
| qint64 Jellyfin::DTO::MediaSegmentDto::endTicks |
( |
| ) |
const |
Gets or sets the end of the segment.
◆ fromJson()
| MediaSegmentDto Jellyfin::DTO::MediaSegmentDto::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ itemId()
| QString Jellyfin::DTO::MediaSegmentDto::itemId |
( |
| ) |
const |
Gets or sets the id of the associated item.
◆ jellyfinId()
| QString Jellyfin::DTO::MediaSegmentDto::jellyfinId |
( |
| ) |
const |
Gets or sets the id of the media segment.
◆ replaceData()
| void Jellyfin::DTO::MediaSegmentDto::replaceData |
( |
MediaSegmentDto & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setEndTicks()
| void Jellyfin::DTO::MediaSegmentDto::setEndTicks |
( |
qint64 | newEndTicks | ) |
|
Gets or sets the end of the segment.
◆ setFromJson()
| void Jellyfin::DTO::MediaSegmentDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setItemId()
| void Jellyfin::DTO::MediaSegmentDto::setItemId |
( |
QString | newItemId | ) |
|
Gets or sets the id of the associated item.
◆ setJellyfinId()
| void Jellyfin::DTO::MediaSegmentDto::setJellyfinId |
( |
QString | newJellyfinId | ) |
|
Gets or sets the id of the media segment.
◆ setStartTicks()
| void Jellyfin::DTO::MediaSegmentDto::setStartTicks |
( |
qint64 | newStartTicks | ) |
|
Gets or sets the start of the segment.
◆ setType()
◆ startTicks()
| qint64 Jellyfin::DTO::MediaSegmentDto::startTicks |
( |
| ) |
const |
Gets or sets the start of the segment.
◆ toJson()
| QJsonObject Jellyfin::DTO::MediaSegmentDto::toJson |
( |
| ) |
const |
◆ type()
◆ m_endTicks
| qint64 Jellyfin::DTO::MediaSegmentDto::m_endTicks |
|
protected |
◆ m_itemId
| QString Jellyfin::DTO::MediaSegmentDto::m_itemId |
|
protected |
◆ m_jellyfinId
| QString Jellyfin::DTO::MediaSegmentDto::m_jellyfinId |
|
protected |
◆ m_startTicks
| qint64 Jellyfin::DTO::MediaSegmentDto::m_startTicks |
|
protected |
◆ m_type
The documentation for this class was generated from the following files: