#include <playbackinforesponse.h>
◆ PlaybackInfoResponse() [1/2]
Jellyfin::DTO::PlaybackInfoResponse::PlaybackInfoResponse |
( |
PlaybackErrorCode | errorCode | ) |
|
◆ PlaybackInfoResponse() [2/2]
◆ errorCode()
◆ fromJson()
◆ mediaSources()
Gets or sets the media sources.
◆ mediaSourcesNull()
bool Jellyfin::DTO::PlaybackInfoResponse::mediaSourcesNull |
( |
| ) |
const |
◆ playSessionId()
QString Jellyfin::DTO::PlaybackInfoResponse::playSessionId |
( |
| ) |
const |
Gets or sets the play session identifier.
◆ playSessionIdNull()
bool Jellyfin::DTO::PlaybackInfoResponse::playSessionIdNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setErrorCode()
void Jellyfin::DTO::PlaybackInfoResponse::setErrorCode |
( |
PlaybackErrorCode | newErrorCode | ) |
|
◆ setFromJson()
void Jellyfin::DTO::PlaybackInfoResponse::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setMediaSources()
void Jellyfin::DTO::PlaybackInfoResponse::setMediaSources |
( |
QList< MediaSourceInfo > | newMediaSources | ) |
|
Gets or sets the media sources.
◆ setMediaSourcesNull()
void Jellyfin::DTO::PlaybackInfoResponse::setMediaSourcesNull |
( |
| ) |
|
◆ setPlaySessionId()
void Jellyfin::DTO::PlaybackInfoResponse::setPlaySessionId |
( |
QString | newPlaySessionId | ) |
|
Gets or sets the play session identifier.
◆ setPlaySessionIdNull()
void Jellyfin::DTO::PlaybackInfoResponse::setPlaySessionIdNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::PlaybackInfoResponse::toJson |
( |
| ) |
const |
◆ m_errorCode
◆ m_mediaSources
◆ m_playSessionId
QString Jellyfin::DTO::PlaybackInfoResponse::m_playSessionId |
|
protected |
The documentation for this class was generated from the following files: