30#ifndef JELLYFIN_DTO_VIDEORANGETYPE_H
31#define JELLYFIN_DTO_VIDEORANGETYPE_H
46class VideoRangeTypeClass {
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition videorangetype.h:46
Value
Definition videorangetype.h:49
@ HDR10Plus
Definition videorangetype.h:59
@ Unknown
Definition videorangetype.h:51
@ DOVIWithSDR
Definition videorangetype.h:58
@ DOVIWithHLG
Definition videorangetype.h:57
@ DOVIWithHDR10
Definition videorangetype.h:56
@ SDR
Definition videorangetype.h:52
@ EnumNotSet
Definition videorangetype.h:50
@ DOVI
Definition videorangetype.h:55
@ HDR10
Definition videorangetype.h:53
@ HLG
Definition videorangetype.h:54
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
VideoRangeTypeClass::Value VideoRangeType
Definition videorangetype.h:66
Definition accessschedule.h:128
Jellyfin::DTO::VideoRangeType VideoRangeType
Definition videorangetype.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