30#ifndef JELLYFIN_DTO_TONEMAPPINGMODE_H
31#define JELLYFIN_DTO_TONEMAPPINGMODE_H
46class TonemappingModeClass {
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition tonemappingmode.h:46
Value
Definition tonemappingmode.h:49
@ Rgb
Definition tonemappingmode.h:53
@ Max
Definition tonemappingmode.h:52
@ EnumNotSet
Definition tonemappingmode.h:50
@ Itp
Definition tonemappingmode.h:55
@ Lum
Definition tonemappingmode.h:54
@ Automatic
Definition tonemappingmode.h:51
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
TonemappingModeClass::Value TonemappingMode
Definition tonemappingmode.h:62
Definition accessschedule.h:128
Jellyfin::DTO::TonemappingMode TonemappingMode
Definition tonemappingmode.h:68
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