30#ifndef JELLYFIN_DTO_SENDCOMMANDTYPE_H
31#define JELLYFIN_DTO_SENDCOMMANDTYPE_H
Definition sendcommandtype.h:46
Value
Definition sendcommandtype.h:49
@ Unpause
Definition sendcommandtype.h:51
@ Pause
Definition sendcommandtype.h:52
@ Stop
Definition sendcommandtype.h:53
@ Seek
Definition sendcommandtype.h:54
@ EnumNotSet
Definition sendcommandtype.h:50
SendCommandTypeClass::Value SendCommandType
Definition sendcommandtype.h:61
Jellyfin::DTO::SendCommandType SendCommandType
Definition sendcommandtype.h:67
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