30#ifndef JELLYFIN_DTO_PLAYSTATECOMMAND_H
31#define JELLYFIN_DTO_PLAYSTATECOMMAND_H
Definition playstatecommand.h:46
Value
Definition playstatecommand.h:49
@ Seek
Definition playstatecommand.h:56
@ Rewind
Definition playstatecommand.h:57
@ PlayPause
Definition playstatecommand.h:59
@ FastForward
Definition playstatecommand.h:58
@ PreviousTrack
Definition playstatecommand.h:55
@ EnumNotSet
Definition playstatecommand.h:50
@ NextTrack
Definition playstatecommand.h:54
@ Stop
Definition playstatecommand.h:51
@ Pause
Definition playstatecommand.h:52
@ Unpause
Definition playstatecommand.h:53
PlaystateCommandClass::Value PlaystateCommand
Definition playstatecommand.h:66
Jellyfin::DTO::PlaystateCommand PlaystateCommand
Definition playstatecommand.h:72
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