30#ifndef JELLYFIN_DTO_VIDEORANGE_H
31#define JELLYFIN_DTO_VIDEORANGE_H
46class VideoRangeClass {
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition videorange.h:46
Value
Definition videorange.h:49
@ SDR
Definition videorange.h:52
@ Unknown
Definition videorange.h:51
@ HDR
Definition videorange.h:53
@ EnumNotSet
Definition videorange.h:50
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
VideoRangeClass::Value VideoRange
Definition videorange.h:60
Definition accessschedule.h:128
Jellyfin::DTO::VideoRange VideoRange
Definition videorange.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