Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
baseitemdto.h File Reference
#include <QDateTime>
#include <QJsonObject>
#include <QJsonValue>
#include <QList>
#include <QSharedPointer>
#include <QString>
#include <QStringList>
#include <optional>
#include "JellyfinQt/dto/baseitemperson.h"
#include "JellyfinQt/dto/channeltype.h"
#include "JellyfinQt/dto/chapterinfo.h"
#include "JellyfinQt/dto/dayofweek.h"
#include "JellyfinQt/dto/externalurl.h"
#include "JellyfinQt/dto/imageorientation.h"
#include "JellyfinQt/dto/isotype.h"
#include "JellyfinQt/dto/locationtype.h"
#include "JellyfinQt/dto/mediasourceinfo.h"
#include "JellyfinQt/dto/mediastream.h"
#include "JellyfinQt/dto/mediaurl.h"
#include "JellyfinQt/dto/metadatafield.h"
#include "JellyfinQt/dto/nameguidpair.h"
#include "JellyfinQt/dto/playaccess.h"
#include "JellyfinQt/dto/programaudio.h"
#include "JellyfinQt/dto/useritemdatadto.h"
#include "JellyfinQt/dto/video3dformat.h"
#include "JellyfinQt/dto/videotype.h"
#include "JellyfinQt/support/jsonconv.h"

Go to the source code of this file.

Classes

class  Jellyfin::DTO::BaseItemDto
 

Namespaces

namespace  Jellyfin
 
namespace  Jellyfin::DTO
 Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
 
namespace  Jellyfin::Support
 

Typedefs

using Jellyfin::Support::BaseItemDto = Jellyfin::DTO::BaseItemDto
 

Functions

template<>
BaseItemDto Jellyfin::Support::fromJsonValue (const QJsonValue &source, convertType< BaseItemDto >)
 
template<>
QJsonValue Jellyfin::Support::toJsonValue (const BaseItemDto &source, convertType< BaseItemDto >)