30#ifndef JELLYFIN_DTO_ENCODINGCONTEXT_H
31#define JELLYFIN_DTO_ENCODINGCONTEXT_H
46class EncodingContextClass {
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition encodingcontext.h:46
Value
Definition encodingcontext.h:49
@ EnumNotSet
Definition encodingcontext.h:50
@ Static
Definition encodingcontext.h:52
@ Streaming
Definition encodingcontext.h:51
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
EncodingContextClass::Value EncodingContext
Definition encodingcontext.h:59
Definition accessschedule.h:128
Jellyfin::DTO::EncodingContext EncodingContext
Definition encodingcontext.h:65
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