Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::DTO::TunerHostInfo Class Reference

#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

Constructor & Destructor Documentation

◆ TunerHostInfo() [1/2]

Jellyfin::DTO::TunerHostInfo::TunerHostInfo ( bool importFavoritesOnly,
bool allowHWTranscoding,
bool allowFmp4TranscodingContainer,
bool allowStreamSharing,
qint32 fallbackMaxStreamingBitrate,
bool enableStreamLooping,
qint32 tunerCount,
bool ignoreDts )

◆ TunerHostInfo() [2/2]

Jellyfin::DTO::TunerHostInfo::TunerHostInfo ( const TunerHostInfo & other)

Member Function Documentation

◆ allowFmp4TranscodingContainer()

bool Jellyfin::DTO::TunerHostInfo::allowFmp4TranscodingContainer ( ) const

◆ allowHWTranscoding()

bool Jellyfin::DTO::TunerHostInfo::allowHWTranscoding ( ) const

◆ allowStreamSharing()

bool Jellyfin::DTO::TunerHostInfo::allowStreamSharing ( ) const

◆ deviceId()

QString Jellyfin::DTO::TunerHostInfo::deviceId ( ) const

◆ deviceIdNull()

bool Jellyfin::DTO::TunerHostInfo::deviceIdNull ( ) const

◆ enableStreamLooping()

bool Jellyfin::DTO::TunerHostInfo::enableStreamLooping ( ) const

◆ fallbackMaxStreamingBitrate()

qint32 Jellyfin::DTO::TunerHostInfo::fallbackMaxStreamingBitrate ( ) const

◆ friendlyName()

QString Jellyfin::DTO::TunerHostInfo::friendlyName ( ) const

◆ friendlyNameNull()

bool Jellyfin::DTO::TunerHostInfo::friendlyNameNull ( ) const

◆ fromJson()

TunerHostInfo Jellyfin::DTO::TunerHostInfo::fromJson ( QJsonObject source)
static

◆ ignoreDts()

bool Jellyfin::DTO::TunerHostInfo::ignoreDts ( ) const

◆ importFavoritesOnly()

bool Jellyfin::DTO::TunerHostInfo::importFavoritesOnly ( ) const

◆ jellyfinId()

QString Jellyfin::DTO::TunerHostInfo::jellyfinId ( ) const

◆ jellyfinIdNull()

bool Jellyfin::DTO::TunerHostInfo::jellyfinIdNull ( ) const

◆ replaceData()

void Jellyfin::DTO::TunerHostInfo::replaceData ( TunerHostInfo & other)

Replaces the data being hold by this class with that of the other.

◆ setAllowFmp4TranscodingContainer()

void Jellyfin::DTO::TunerHostInfo::setAllowFmp4TranscodingContainer ( bool newAllowFmp4TranscodingContainer)

◆ setAllowHWTranscoding()

void Jellyfin::DTO::TunerHostInfo::setAllowHWTranscoding ( bool newAllowHWTranscoding)

◆ setAllowStreamSharing()

void Jellyfin::DTO::TunerHostInfo::setAllowStreamSharing ( bool newAllowStreamSharing)

◆ setDeviceId()

void Jellyfin::DTO::TunerHostInfo::setDeviceId ( QString newDeviceId)

◆ setDeviceIdNull()

void Jellyfin::DTO::TunerHostInfo::setDeviceIdNull ( )

◆ setEnableStreamLooping()

void Jellyfin::DTO::TunerHostInfo::setEnableStreamLooping ( bool newEnableStreamLooping)

◆ setFallbackMaxStreamingBitrate()

void Jellyfin::DTO::TunerHostInfo::setFallbackMaxStreamingBitrate ( qint32 newFallbackMaxStreamingBitrate)

◆ setFriendlyName()

void Jellyfin::DTO::TunerHostInfo::setFriendlyName ( QString newFriendlyName)

◆ setFriendlyNameNull()

void Jellyfin::DTO::TunerHostInfo::setFriendlyNameNull ( )

◆ setFromJson()

void Jellyfin::DTO::TunerHostInfo::setFromJson ( QJsonObject source)

◆ setIgnoreDts()

void Jellyfin::DTO::TunerHostInfo::setIgnoreDts ( bool newIgnoreDts)

◆ setImportFavoritesOnly()

void Jellyfin::DTO::TunerHostInfo::setImportFavoritesOnly ( bool newImportFavoritesOnly)

◆ setJellyfinId()

void Jellyfin::DTO::TunerHostInfo::setJellyfinId ( QString newJellyfinId)

◆ setJellyfinIdNull()

void Jellyfin::DTO::TunerHostInfo::setJellyfinIdNull ( )

◆ setSource()

void Jellyfin::DTO::TunerHostInfo::setSource ( QString newSource)

◆ setSourceNull()

void Jellyfin::DTO::TunerHostInfo::setSourceNull ( )

◆ setTunerCount()

void Jellyfin::DTO::TunerHostInfo::setTunerCount ( qint32 newTunerCount)

◆ setType()

void Jellyfin::DTO::TunerHostInfo::setType ( QString newType)

◆ setTypeNull()

void Jellyfin::DTO::TunerHostInfo::setTypeNull ( )

◆ setUrl()

void Jellyfin::DTO::TunerHostInfo::setUrl ( QString newUrl)

◆ setUrlNull()

void Jellyfin::DTO::TunerHostInfo::setUrlNull ( )

◆ setUserAgent()

void Jellyfin::DTO::TunerHostInfo::setUserAgent ( QString newUserAgent)

◆ setUserAgentNull()

void Jellyfin::DTO::TunerHostInfo::setUserAgentNull ( )

◆ source()

QString Jellyfin::DTO::TunerHostInfo::source ( ) const

◆ sourceNull()

bool Jellyfin::DTO::TunerHostInfo::sourceNull ( ) const

◆ toJson()

QJsonObject Jellyfin::DTO::TunerHostInfo::toJson ( ) const

◆ tunerCount()

qint32 Jellyfin::DTO::TunerHostInfo::tunerCount ( ) const

◆ type()

QString Jellyfin::DTO::TunerHostInfo::type ( ) const

◆ typeNull()

bool Jellyfin::DTO::TunerHostInfo::typeNull ( ) const

◆ url()

QString Jellyfin::DTO::TunerHostInfo::url ( ) const

◆ urlNull()

bool Jellyfin::DTO::TunerHostInfo::urlNull ( ) const

◆ userAgent()

QString Jellyfin::DTO::TunerHostInfo::userAgent ( ) const

◆ userAgentNull()

bool Jellyfin::DTO::TunerHostInfo::userAgentNull ( ) const

Member Data Documentation

◆ m_allowFmp4TranscodingContainer

bool Jellyfin::DTO::TunerHostInfo::m_allowFmp4TranscodingContainer
protected

◆ m_allowHWTranscoding

bool Jellyfin::DTO::TunerHostInfo::m_allowHWTranscoding
protected

◆ m_allowStreamSharing

bool Jellyfin::DTO::TunerHostInfo::m_allowStreamSharing
protected

◆ m_deviceId

QString Jellyfin::DTO::TunerHostInfo::m_deviceId
protected

◆ m_enableStreamLooping

bool Jellyfin::DTO::TunerHostInfo::m_enableStreamLooping
protected

◆ m_fallbackMaxStreamingBitrate

qint32 Jellyfin::DTO::TunerHostInfo::m_fallbackMaxStreamingBitrate
protected

◆ m_friendlyName

QString Jellyfin::DTO::TunerHostInfo::m_friendlyName
protected

◆ m_ignoreDts

bool Jellyfin::DTO::TunerHostInfo::m_ignoreDts
protected

◆ m_importFavoritesOnly

bool Jellyfin::DTO::TunerHostInfo::m_importFavoritesOnly
protected

◆ m_jellyfinId

QString Jellyfin::DTO::TunerHostInfo::m_jellyfinId
protected

◆ m_source

QString Jellyfin::DTO::TunerHostInfo::m_source
protected

◆ m_tunerCount

qint32 Jellyfin::DTO::TunerHostInfo::m_tunerCount
protected

◆ m_type

QString Jellyfin::DTO::TunerHostInfo::m_type
protected

◆ m_url

QString Jellyfin::DTO::TunerHostInfo::m_url
protected

◆ m_userAgent

QString Jellyfin::DTO::TunerHostInfo::m_userAgent
protected

The documentation for this class was generated from the following files: