30#ifndef JELLYFIN_DTO_TUNERHOSTINFO_H
31#define JELLYFIN_DTO_TUNERHOSTINFO_H
66 QJsonObject
toJson()
const;
79 void setUrl(QString newUrl);
Definition tunerhostinfo.h:48
void setEnableStreamLooping(bool newEnableStreamLooping)
Definition tunerhostinfo.cpp:224
QString m_jellyfinId
Definition tunerhostinfo.h:140
void setUserAgent(QString newUserAgent)
Definition tunerhostinfo.cpp:249
QString type() const
Definition tunerhostinfo.cpp:171
void setFromJson(QJsonObject source)
Definition tunerhostinfo.cpp:85
void setFriendlyName(QString newFriendlyName)
Definition tunerhostinfo.cpp:199
void setSourceNull()
Definition tunerhostinfo.cpp:237
void setTunerCount(qint32 newTunerCount)
Definition tunerhostinfo.cpp:243
QString url() const
Definition tunerhostinfo.cpp:158
void setUserAgentNull()
Definition tunerhostinfo.cpp:256
bool m_allowHWTranscoding
Definition tunerhostinfo.h:146
bool deviceIdNull() const
Definition tunerhostinfo.cpp:189
void setAllowHWTranscoding(bool newAllowHWTranscoding)
Definition tunerhostinfo.cpp:218
bool urlNull() const
Definition tunerhostinfo.cpp:163
void setUrl(QString newUrl)
Definition tunerhostinfo.cpp:160
QString deviceId() const
Definition tunerhostinfo.cpp:184
void setUrlNull()
Definition tunerhostinfo.cpp:167
bool userAgentNull() const
Definition tunerhostinfo.cpp:252
QString m_userAgent
Definition tunerhostinfo.h:150
bool friendlyNameNull() const
Definition tunerhostinfo.cpp:202
void setDeviceIdNull()
Definition tunerhostinfo.cpp:193
bool allowHWTranscoding() const
Definition tunerhostinfo.cpp:216
QString friendlyName() const
Definition tunerhostinfo.cpp:197
QString m_url
Definition tunerhostinfo.h:141
static TunerHostInfo fromJson(QJsonObject source)
Definition tunerhostinfo.cpp:78
bool enableStreamLooping() const
Definition tunerhostinfo.cpp:222
QString m_deviceId
Definition tunerhostinfo.h:143
qint32 tunerCount() const
Definition tunerhostinfo.cpp:241
QJsonObject toJson() const
Definition tunerhostinfo.cpp:100
void setSource(QString newSource)
Definition tunerhostinfo.cpp:230
void setTypeNull()
Definition tunerhostinfo.cpp:180
void setDeviceId(QString newDeviceId)
Definition tunerhostinfo.cpp:186
void replaceData(TunerHostInfo &other)
Definition tunerhostinfo.cpp:64
bool importFavoritesOnly() const
Definition tunerhostinfo.cpp:210
void setFriendlyNameNull()
Definition tunerhostinfo.cpp:206
bool jellyfinIdNull() const
Definition tunerhostinfo.cpp:150
bool m_enableStreamLooping
Definition tunerhostinfo.h:147
void setType(QString newType)
Definition tunerhostinfo.cpp:173
bool typeNull() const
Definition tunerhostinfo.cpp:176
void setJellyfinIdNull()
Definition tunerhostinfo.cpp:154
QString source() const
Definition tunerhostinfo.cpp:228
QString jellyfinId() const
Definition tunerhostinfo.cpp:145
bool sourceNull() const
Definition tunerhostinfo.cpp:233
bool m_importFavoritesOnly
Definition tunerhostinfo.h:145
QString m_source
Definition tunerhostinfo.h:148
qint32 m_tunerCount
Definition tunerhostinfo.h:149
QString m_friendlyName
Definition tunerhostinfo.h:144
QString m_type
Definition tunerhostinfo.h:142
QString userAgent() const
Definition tunerhostinfo.cpp:247
void setImportFavoritesOnly(bool newImportFavoritesOnly)
Definition tunerhostinfo.cpp:212
void setJellyfinId(QString newJellyfinId)
Definition tunerhostinfo.cpp:147
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