Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <QDateTime>
#include <QJsonObject>
#include <QJsonValue>
#include <QList>
#include <QSharedPointer>
#include <QString>
#include <QStringList>
#include <optional>
#include "JellyfinQt/dto/baseitem.h"
#include "JellyfinQt/dto/baseitemdto.h"
#include "JellyfinQt/dto/clientcapabilities.h"
#include "JellyfinQt/dto/generalcommandtype.h"
#include "JellyfinQt/dto/playerstateinfo.h"
#include "JellyfinQt/dto/queueitem.h"
#include "JellyfinQt/dto/sessionuserinfo.h"
#include "JellyfinQt/dto/transcodinginfo.h"
#include "JellyfinQt/support/jsonconv.h"
Go to the source code of this file.
Classes | |
class | Jellyfin::DTO::SessionInfo |
Namespaces | |
namespace | Jellyfin |
namespace | Jellyfin::DTO |
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API. | |
namespace | Jellyfin::Support |
Typedefs | |
using | Jellyfin::Support::SessionInfo = Jellyfin::DTO::SessionInfo |
Functions | |
template<> | |
SessionInfo | Jellyfin::Support::fromJsonValue (const QJsonValue &source, convertType< SessionInfo >) |
template<> | |
QJsonValue | Jellyfin::Support::toJsonValue (const SessionInfo &source, convertType< SessionInfo >) |