![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <tunerhostinfo.h>
Public Member Functions | |
| TunerHostInfo (bool importFavoritesOnly, bool allowHWTranscoding, bool allowFmp4TranscodingContainer, bool allowStreamSharing, qint32 fallbackMaxStreamingBitrate, bool enableStreamLooping, qint32 tunerCount, bool ignoreDts) | |
| TunerHostInfo (const TunerHostInfo &other) | |
| void | replaceData (TunerHostInfo &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | jellyfinId () const |
| void | setJellyfinId (QString newJellyfinId) |
| bool | jellyfinIdNull () const |
| void | setJellyfinIdNull () |
| QString | url () const |
| void | setUrl (QString newUrl) |
| bool | urlNull () const |
| void | setUrlNull () |
| QString | type () const |
| void | setType (QString newType) |
| bool | typeNull () const |
| void | setTypeNull () |
| QString | deviceId () const |
| void | setDeviceId (QString newDeviceId) |
| bool | deviceIdNull () const |
| void | setDeviceIdNull () |
| QString | friendlyName () const |
| void | setFriendlyName (QString newFriendlyName) |
| bool | friendlyNameNull () const |
| void | setFriendlyNameNull () |
| bool | importFavoritesOnly () const |
| void | setImportFavoritesOnly (bool newImportFavoritesOnly) |
| bool | allowHWTranscoding () const |
| void | setAllowHWTranscoding (bool newAllowHWTranscoding) |
| bool | allowFmp4TranscodingContainer () const |
| void | setAllowFmp4TranscodingContainer (bool newAllowFmp4TranscodingContainer) |
| bool | allowStreamSharing () const |
| void | setAllowStreamSharing (bool newAllowStreamSharing) |
| qint32 | fallbackMaxStreamingBitrate () const |
| void | setFallbackMaxStreamingBitrate (qint32 newFallbackMaxStreamingBitrate) |
| bool | enableStreamLooping () const |
| void | setEnableStreamLooping (bool newEnableStreamLooping) |
| QString | source () const |
| void | setSource (QString newSource) |
| bool | sourceNull () const |
| void | setSourceNull () |
| qint32 | tunerCount () const |
| void | setTunerCount (qint32 newTunerCount) |
| QString | userAgent () const |
| void | setUserAgent (QString newUserAgent) |
| bool | userAgentNull () const |
| void | setUserAgentNull () |
| bool | ignoreDts () const |
| void | setIgnoreDts (bool newIgnoreDts) |
Static Public Member Functions | |
| static TunerHostInfo | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_jellyfinId |
| QString | m_url |
| QString | m_type |
| QString | m_deviceId |
| QString | m_friendlyName |
| bool | m_importFavoritesOnly |
| bool | m_allowHWTranscoding |
| bool | m_allowFmp4TranscodingContainer |
| bool | m_allowStreamSharing |
| qint32 | m_fallbackMaxStreamingBitrate |
| bool | m_enableStreamLooping |
| QString | m_source |
| qint32 | m_tunerCount |
| QString | m_userAgent |
| bool | m_ignoreDts |
| Jellyfin::DTO::TunerHostInfo::TunerHostInfo | ( | bool | importFavoritesOnly, |
| bool | allowHWTranscoding, | ||
| bool | allowFmp4TranscodingContainer, | ||
| bool | allowStreamSharing, | ||
| qint32 | fallbackMaxStreamingBitrate, | ||
| bool | enableStreamLooping, | ||
| qint32 | tunerCount, | ||
| bool | ignoreDts ) |
| Jellyfin::DTO::TunerHostInfo::TunerHostInfo | ( | const TunerHostInfo & | other | ) |
| bool Jellyfin::DTO::TunerHostInfo::allowFmp4TranscodingContainer | ( | ) | const |
| bool Jellyfin::DTO::TunerHostInfo::allowHWTranscoding | ( | ) | const |
| bool Jellyfin::DTO::TunerHostInfo::allowStreamSharing | ( | ) | const |
| QString Jellyfin::DTO::TunerHostInfo::deviceId | ( | ) | const |
| bool Jellyfin::DTO::TunerHostInfo::deviceIdNull | ( | ) | const |
| bool Jellyfin::DTO::TunerHostInfo::enableStreamLooping | ( | ) | const |
| qint32 Jellyfin::DTO::TunerHostInfo::fallbackMaxStreamingBitrate | ( | ) | const |
| QString Jellyfin::DTO::TunerHostInfo::friendlyName | ( | ) | const |
| bool Jellyfin::DTO::TunerHostInfo::friendlyNameNull | ( | ) | const |
|
static |
| bool Jellyfin::DTO::TunerHostInfo::ignoreDts | ( | ) | const |
| bool Jellyfin::DTO::TunerHostInfo::importFavoritesOnly | ( | ) | const |
| QString Jellyfin::DTO::TunerHostInfo::jellyfinId | ( | ) | const |
| bool Jellyfin::DTO::TunerHostInfo::jellyfinIdNull | ( | ) | const |
| void Jellyfin::DTO::TunerHostInfo::replaceData | ( | TunerHostInfo & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::TunerHostInfo::setAllowFmp4TranscodingContainer | ( | bool | newAllowFmp4TranscodingContainer | ) |
| void Jellyfin::DTO::TunerHostInfo::setAllowHWTranscoding | ( | bool | newAllowHWTranscoding | ) |
| void Jellyfin::DTO::TunerHostInfo::setAllowStreamSharing | ( | bool | newAllowStreamSharing | ) |
| void Jellyfin::DTO::TunerHostInfo::setDeviceId | ( | QString | newDeviceId | ) |
| void Jellyfin::DTO::TunerHostInfo::setDeviceIdNull | ( | ) |
| void Jellyfin::DTO::TunerHostInfo::setEnableStreamLooping | ( | bool | newEnableStreamLooping | ) |
| void Jellyfin::DTO::TunerHostInfo::setFallbackMaxStreamingBitrate | ( | qint32 | newFallbackMaxStreamingBitrate | ) |
| void Jellyfin::DTO::TunerHostInfo::setFriendlyName | ( | QString | newFriendlyName | ) |
| void Jellyfin::DTO::TunerHostInfo::setFriendlyNameNull | ( | ) |
| void Jellyfin::DTO::TunerHostInfo::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::TunerHostInfo::setIgnoreDts | ( | bool | newIgnoreDts | ) |
| void Jellyfin::DTO::TunerHostInfo::setImportFavoritesOnly | ( | bool | newImportFavoritesOnly | ) |
| void Jellyfin::DTO::TunerHostInfo::setJellyfinId | ( | QString | newJellyfinId | ) |
| void Jellyfin::DTO::TunerHostInfo::setJellyfinIdNull | ( | ) |
| void Jellyfin::DTO::TunerHostInfo::setSource | ( | QString | newSource | ) |
| void Jellyfin::DTO::TunerHostInfo::setSourceNull | ( | ) |
| void Jellyfin::DTO::TunerHostInfo::setTunerCount | ( | qint32 | newTunerCount | ) |
| void Jellyfin::DTO::TunerHostInfo::setType | ( | QString | newType | ) |
| void Jellyfin::DTO::TunerHostInfo::setTypeNull | ( | ) |
| void Jellyfin::DTO::TunerHostInfo::setUrl | ( | QString | newUrl | ) |
| void Jellyfin::DTO::TunerHostInfo::setUrlNull | ( | ) |
| void Jellyfin::DTO::TunerHostInfo::setUserAgent | ( | QString | newUserAgent | ) |
| void Jellyfin::DTO::TunerHostInfo::setUserAgentNull | ( | ) |
| QString Jellyfin::DTO::TunerHostInfo::source | ( | ) | const |
| bool Jellyfin::DTO::TunerHostInfo::sourceNull | ( | ) | const |
| QJsonObject Jellyfin::DTO::TunerHostInfo::toJson | ( | ) | const |
| qint32 Jellyfin::DTO::TunerHostInfo::tunerCount | ( | ) | const |
| QString Jellyfin::DTO::TunerHostInfo::type | ( | ) | const |
| bool Jellyfin::DTO::TunerHostInfo::typeNull | ( | ) | const |
| QString Jellyfin::DTO::TunerHostInfo::url | ( | ) | const |
| bool Jellyfin::DTO::TunerHostInfo::urlNull | ( | ) | const |
| QString Jellyfin::DTO::TunerHostInfo::userAgent | ( | ) | const |
| bool Jellyfin::DTO::TunerHostInfo::userAgentNull | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |