Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <QLoggingCategory>
#include <QObject>
#include <QUrl>
Go to the source code of this file.
Classes | |
class | Jellyfin::Model::PlayerStateClass |
class | Jellyfin::Model::MediaStatusClass |
class | Jellyfin::Model::Player |
Abstract class for a player. More... | |
class | Jellyfin::Model::QtMultimediaPlayer |
Player implementation that uses QtMultimedia. More... | |
Namespaces | |
namespace | Jellyfin |
namespace | Jellyfin::Model |
Macros | |
#define | USE_QTMULTIMEDIA_PLAYER |
Typedefs | |
using | Jellyfin::Model::PlayerState = PlayerStateClass::Value |
using | Jellyfin::Model::MediaStatus = MediaStatusClass::Value |
#define USE_QTMULTIMEDIA_PLAYER |