30#ifndef JELLYFIN_DTO_PLAYBACKINFORESPONSE_H
31#define JELLYFIN_DTO_PLAYBACKINFORESPONSE_H
67 QJsonObject
toJson()
const;
Value
Definition playbackerrorcode.h:49
Definition playbackinforesponse.h:52
static PlaybackInfoResponse fromJson(QJsonObject source)
Definition playbackinforesponse.cpp:56
void replaceData(PlaybackInfoResponse &other)
Definition playbackinforesponse.cpp:50
QString playSessionId() const
Gets or sets the play session identifier.
Definition playbackinforesponse.cpp:100
void setPlaySessionId(QString newPlaySessionId)
Gets or sets the play session identifier.
Definition playbackinforesponse.cpp:102
bool mediaSourcesNull() const
Definition playbackinforesponse.cpp:92
QList< MediaSourceInfo > m_mediaSources
Definition playbackinforesponse.h:99
void setErrorCode(PlaybackErrorCode newErrorCode)
Definition playbackinforesponse.cpp:115
void setPlaySessionIdNull()
Definition playbackinforesponse.cpp:109
QJsonObject toJson() const
Definition playbackinforesponse.cpp:70
QString m_playSessionId
Definition playbackinforesponse.h:100
bool playSessionIdNull() const
Definition playbackinforesponse.cpp:105
void setMediaSources(QList< MediaSourceInfo > newMediaSources)
Gets or sets the media sources.
Definition playbackinforesponse.cpp:89
void setFromJson(QJsonObject source)
Definition playbackinforesponse.cpp:63
void setMediaSourcesNull()
Definition playbackinforesponse.cpp:96
QList< MediaSourceInfo > mediaSources() const
Gets or sets the media sources.
Definition playbackinforesponse.cpp:87
PlaybackErrorCode m_errorCode
Definition playbackinforesponse.h:101
PlaybackErrorCode errorCode() const
Definition playbackinforesponse.cpp:113
Definition mediaplayer2.h:20
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45