![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <playbackinforesponse.h>
Public Member Functions | |
| PlaybackInfoResponse (QList< MediaSourceInfo > mediaSources, PlaybackErrorCode errorCode) | |
| PlaybackInfoResponse (const PlaybackInfoResponse &other) | |
| void | replaceData (PlaybackInfoResponse &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QList< MediaSourceInfo > | mediaSources () const |
| Gets or sets the media sources. | |
| void | setMediaSources (QList< MediaSourceInfo > newMediaSources) |
| Gets or sets the media sources. | |
| QString | playSessionId () const |
| Gets or sets the play session identifier. | |
| void | setPlaySessionId (QString newPlaySessionId) |
| Gets or sets the play session identifier. | |
| bool | playSessionIdNull () const |
| void | setPlaySessionIdNull () |
| PlaybackErrorCode | errorCode () const |
| void | setErrorCode (PlaybackErrorCode newErrorCode) |
Static Public Member Functions | |
| static PlaybackInfoResponse | fromJson (QJsonObject source) |
Protected Attributes | |
| QList< MediaSourceInfo > | m_mediaSources |
| QString | m_playSessionId |
| PlaybackErrorCode | m_errorCode |
| Jellyfin::DTO::PlaybackInfoResponse::PlaybackInfoResponse | ( | QList< MediaSourceInfo > | mediaSources, |
| PlaybackErrorCode | errorCode ) |
| Jellyfin::DTO::PlaybackInfoResponse::PlaybackInfoResponse | ( | const PlaybackInfoResponse & | other | ) |
| PlaybackErrorCode Jellyfin::DTO::PlaybackInfoResponse::errorCode | ( | ) | const |
|
static |
| QList< MediaSourceInfo > Jellyfin::DTO::PlaybackInfoResponse::mediaSources | ( | ) | const |
Gets or sets the media sources.
| QString Jellyfin::DTO::PlaybackInfoResponse::playSessionId | ( | ) | const |
Gets or sets the play session identifier.
| bool Jellyfin::DTO::PlaybackInfoResponse::playSessionIdNull | ( | ) | const |
| void Jellyfin::DTO::PlaybackInfoResponse::replaceData | ( | PlaybackInfoResponse & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::PlaybackInfoResponse::setErrorCode | ( | PlaybackErrorCode | newErrorCode | ) |
| void Jellyfin::DTO::PlaybackInfoResponse::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::PlaybackInfoResponse::setMediaSources | ( | QList< MediaSourceInfo > | newMediaSources | ) |
Gets or sets the media sources.
| void Jellyfin::DTO::PlaybackInfoResponse::setPlaySessionId | ( | QString | newPlaySessionId | ) |
Gets or sets the play session identifier.
| void Jellyfin::DTO::PlaybackInfoResponse::setPlaySessionIdNull | ( | ) |
| QJsonObject Jellyfin::DTO::PlaybackInfoResponse::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |