Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <optional>
#include "JellyfinQt/support/jsonconv.h"
#include "JellyfinQt/support/loader.h"
#include "JellyfinQt/loader/requesttypes.h"
#include "JellyfinQt/dto/useritemdatadto.h"
Go to the source code of this file.
Classes | |
class | Jellyfin::Loader::HTTP::ReportPlaybackStartLoader |
Reports playback has started within a session. More... | |
class | Jellyfin::Loader::HTTP::PingPlaybackSessionLoader |
Pings a playback session. More... | |
class | Jellyfin::Loader::HTTP::ReportPlaybackProgressLoader |
Reports playback progress within a session. More... | |
class | Jellyfin::Loader::HTTP::ReportPlaybackStoppedLoader |
Reports playback has stopped within a session. More... | |
class | Jellyfin::Loader::HTTP::MarkPlayedItemLoader |
Marks an item as played for user. More... | |
class | Jellyfin::Loader::HTTP::MarkUnplayedItemLoader |
Marks an item as unplayed for user. More... | |
class | Jellyfin::Loader::HTTP::OnPlaybackStartLoader |
Reports that a user has begun playing an item. More... | |
class | Jellyfin::Loader::HTTP::OnPlaybackStoppedLoader |
Reports that a user has stopped playing an item. More... | |
class | Jellyfin::Loader::HTTP::OnPlaybackProgressLoader |
Reports a user's playback progress. More... | |
Namespaces | |
namespace | Jellyfin |
namespace | Jellyfin::Loader |
namespace | Jellyfin::Loader::HTTP |