30#ifndef JELLYFIN_DTO_MEDIAATTACHMENT_H 
   31#define JELLYFIN_DTO_MEDIAATTACHMENT_H 
   63    QJsonObject 
toJson() 
const;
 
   69    QString 
codec() 
const;
 
  102    qint32 
index() 
const;
 
 
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