30#ifndef JELLYFIN_DTO_PLAYCOMMAND_H
31#define JELLYFIN_DTO_PLAYCOMMAND_H
46class PlayCommandClass {
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition playcommand.h:46
Value
Definition playcommand.h:49
@ PlayShuffle
Definition playcommand.h:55
@ PlayNow
Definition playcommand.h:51
@ PlayNext
Definition playcommand.h:52
@ PlayInstantMix
Definition playcommand.h:54
@ EnumNotSet
Definition playcommand.h:50
@ PlayLast
Definition playcommand.h:53
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
PlayCommandClass::Value PlayCommand
Definition playcommand.h:62
Definition accessschedule.h:128
Jellyfin::DTO::PlayCommand PlayCommand
Definition playcommand.h:68
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45