30#ifndef JELLYFIN_DTO_TRANSPORTSTREAMTIMESTAMP_H
31#define JELLYFIN_DTO_TRANSPORTSTREAMTIMESTAMP_H
46class TransportStreamTimestampClass {
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition transportstreamtimestamp.h:46
Value
Definition transportstreamtimestamp.h:49
@ Zero
Definition transportstreamtimestamp.h:52
@ EnumNotSet
Definition transportstreamtimestamp.h:50
@ Valid
Definition transportstreamtimestamp.h:53
@ None
Definition transportstreamtimestamp.h:51
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
TransportStreamTimestampClass::Value TransportStreamTimestamp
Definition transportstreamtimestamp.h:60
Definition accessschedule.h:128
Jellyfin::DTO::TransportStreamTimestamp TransportStreamTimestamp
Definition transportstreamtimestamp.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