30#ifndef JELLYFIN_DTO_SUBTITLEDELIVERYMETHOD_H
31#define JELLYFIN_DTO_SUBTITLEDELIVERYMETHOD_H
46class SubtitleDeliveryMethodClass {
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition subtitledeliverymethod.h:46
Value
Definition subtitledeliverymethod.h:49
@ Drop
Definition subtitledeliverymethod.h:55
@ External
Definition subtitledeliverymethod.h:53
@ Embed
Definition subtitledeliverymethod.h:52
@ Encode
Definition subtitledeliverymethod.h:51
@ EnumNotSet
Definition subtitledeliverymethod.h:50
@ Hls
Definition subtitledeliverymethod.h:54
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
SubtitleDeliveryMethodClass::Value SubtitleDeliveryMethod
Definition subtitledeliverymethod.h:62
Definition accessschedule.h:128
Jellyfin::DTO::SubtitleDeliveryMethod SubtitleDeliveryMethod
Definition subtitledeliverymethod.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