30#ifndef JELLYFIN_DTO_CODECTYPE_H
31#define JELLYFIN_DTO_CODECTYPE_H
Definition codectype.h:46
Value
Definition codectype.h:49
@ EnumNotSet
Definition codectype.h:50
@ VideoAudio
Definition codectype.h:52
@ Video
Definition codectype.h:51
@ Audio
Definition codectype.h:53
CodecTypeClass::Value CodecType
Definition codectype.h:60
Jellyfin::DTO::CodecType CodecType
Definition codectype.h:66
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