#include <tunerhostinfo.h>
◆ TunerHostInfo() [1/2]
Jellyfin::DTO::TunerHostInfo::TunerHostInfo |
( |
bool | importFavoritesOnly, |
|
|
bool | allowHWTranscoding, |
|
|
bool | enableStreamLooping, |
|
|
qint32 | tunerCount ) |
◆ TunerHostInfo() [2/2]
Jellyfin::DTO::TunerHostInfo::TunerHostInfo |
( |
const TunerHostInfo & | other | ) |
|
◆ allowHWTranscoding()
bool Jellyfin::DTO::TunerHostInfo::allowHWTranscoding |
( |
| ) |
const |
◆ deviceId()
QString Jellyfin::DTO::TunerHostInfo::deviceId |
( |
| ) |
const |
◆ deviceIdNull()
bool Jellyfin::DTO::TunerHostInfo::deviceIdNull |
( |
| ) |
const |
◆ enableStreamLooping()
bool Jellyfin::DTO::TunerHostInfo::enableStreamLooping |
( |
| ) |
const |
◆ friendlyName()
QString Jellyfin::DTO::TunerHostInfo::friendlyName |
( |
| ) |
const |
◆ friendlyNameNull()
bool Jellyfin::DTO::TunerHostInfo::friendlyNameNull |
( |
| ) |
const |
◆ fromJson()
TunerHostInfo Jellyfin::DTO::TunerHostInfo::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ 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.
◆ setAllowHWTranscoding()
void Jellyfin::DTO::TunerHostInfo::setAllowHWTranscoding |
( |
bool | newAllowHWTranscoding | ) |
|
◆ setDeviceId()
void Jellyfin::DTO::TunerHostInfo::setDeviceId |
( |
QString | newDeviceId | ) |
|
◆ setDeviceIdNull()
void Jellyfin::DTO::TunerHostInfo::setDeviceIdNull |
( |
| ) |
|
◆ setEnableStreamLooping()
void Jellyfin::DTO::TunerHostInfo::setEnableStreamLooping |
( |
bool | newEnableStreamLooping | ) |
|
◆ setFriendlyName()
void Jellyfin::DTO::TunerHostInfo::setFriendlyName |
( |
QString | newFriendlyName | ) |
|
◆ setFriendlyNameNull()
void Jellyfin::DTO::TunerHostInfo::setFriendlyNameNull |
( |
| ) |
|
◆ setFromJson()
void Jellyfin::DTO::TunerHostInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ 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 |
◆ m_allowHWTranscoding
bool Jellyfin::DTO::TunerHostInfo::m_allowHWTranscoding |
|
protected |
◆ m_deviceId
QString Jellyfin::DTO::TunerHostInfo::m_deviceId |
|
protected |
◆ m_enableStreamLooping
bool Jellyfin::DTO::TunerHostInfo::m_enableStreamLooping |
|
protected |
◆ m_friendlyName
QString Jellyfin::DTO::TunerHostInfo::m_friendlyName |
|
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: