#include <clientcapabilities.h>
◆ ClientCapabilities() [1/2]
| Jellyfin::DTO::ClientCapabilities::ClientCapabilities |
( |
bool | supportsMediaControl, |
|
|
bool | supportsContentUploading, |
|
|
bool | supportsPersistentIdentifier, |
|
|
bool | supportsSync, |
|
|
QSharedPointer< DeviceProfile > | deviceProfile ) |
◆ ClientCapabilities() [2/2]
◆ appStoreUrl()
| QString Jellyfin::DTO::ClientCapabilities::appStoreUrl |
( |
| ) |
const |
◆ appStoreUrlNull()
| bool Jellyfin::DTO::ClientCapabilities::appStoreUrlNull |
( |
| ) |
const |
◆ deviceProfile()
| QSharedPointer< DeviceProfile > Jellyfin::DTO::ClientCapabilities::deviceProfile |
( |
| ) |
const |
◆ fromJson()
◆ iconUrl()
| QString Jellyfin::DTO::ClientCapabilities::iconUrl |
( |
| ) |
const |
◆ iconUrlNull()
| bool Jellyfin::DTO::ClientCapabilities::iconUrlNull |
( |
| ) |
const |
◆ messageCallbackUrl()
| QString Jellyfin::DTO::ClientCapabilities::messageCallbackUrl |
( |
| ) |
const |
◆ messageCallbackUrlNull()
| bool Jellyfin::DTO::ClientCapabilities::messageCallbackUrlNull |
( |
| ) |
const |
◆ playableMediaTypes()
| QStringList Jellyfin::DTO::ClientCapabilities::playableMediaTypes |
( |
| ) |
const |
◆ playableMediaTypesNull()
| bool Jellyfin::DTO::ClientCapabilities::playableMediaTypesNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setAppStoreUrl()
| void Jellyfin::DTO::ClientCapabilities::setAppStoreUrl |
( |
QString | newAppStoreUrl | ) |
|
◆ setAppStoreUrlNull()
| void Jellyfin::DTO::ClientCapabilities::setAppStoreUrlNull |
( |
| ) |
|
◆ setDeviceProfile()
| void Jellyfin::DTO::ClientCapabilities::setDeviceProfile |
( |
QSharedPointer< DeviceProfile > | newDeviceProfile | ) |
|
◆ setFromJson()
| void Jellyfin::DTO::ClientCapabilities::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setIconUrl()
| void Jellyfin::DTO::ClientCapabilities::setIconUrl |
( |
QString | newIconUrl | ) |
|
◆ setIconUrlNull()
| void Jellyfin::DTO::ClientCapabilities::setIconUrlNull |
( |
| ) |
|
◆ setMessageCallbackUrl()
| void Jellyfin::DTO::ClientCapabilities::setMessageCallbackUrl |
( |
QString | newMessageCallbackUrl | ) |
|
◆ setMessageCallbackUrlNull()
| void Jellyfin::DTO::ClientCapabilities::setMessageCallbackUrlNull |
( |
| ) |
|
◆ setPlayableMediaTypes()
| void Jellyfin::DTO::ClientCapabilities::setPlayableMediaTypes |
( |
QStringList | newPlayableMediaTypes | ) |
|
◆ setPlayableMediaTypesNull()
| void Jellyfin::DTO::ClientCapabilities::setPlayableMediaTypesNull |
( |
| ) |
|
◆ setSupportedCommands()
◆ setSupportedCommandsNull()
| void Jellyfin::DTO::ClientCapabilities::setSupportedCommandsNull |
( |
| ) |
|
◆ setSupportsContentUploading()
| void Jellyfin::DTO::ClientCapabilities::setSupportsContentUploading |
( |
bool | newSupportsContentUploading | ) |
|
◆ setSupportsMediaControl()
| void Jellyfin::DTO::ClientCapabilities::setSupportsMediaControl |
( |
bool | newSupportsMediaControl | ) |
|
◆ setSupportsPersistentIdentifier()
| void Jellyfin::DTO::ClientCapabilities::setSupportsPersistentIdentifier |
( |
bool | newSupportsPersistentIdentifier | ) |
|
◆ setSupportsSync()
| void Jellyfin::DTO::ClientCapabilities::setSupportsSync |
( |
bool | newSupportsSync | ) |
|
◆ supportedCommands()
◆ supportedCommandsNull()
| bool Jellyfin::DTO::ClientCapabilities::supportedCommandsNull |
( |
| ) |
const |
◆ supportsContentUploading()
| bool Jellyfin::DTO::ClientCapabilities::supportsContentUploading |
( |
| ) |
const |
◆ supportsMediaControl()
| bool Jellyfin::DTO::ClientCapabilities::supportsMediaControl |
( |
| ) |
const |
◆ supportsPersistentIdentifier()
| bool Jellyfin::DTO::ClientCapabilities::supportsPersistentIdentifier |
( |
| ) |
const |
◆ supportsSync()
| bool Jellyfin::DTO::ClientCapabilities::supportsSync |
( |
| ) |
const |
◆ toJson()
| QJsonObject Jellyfin::DTO::ClientCapabilities::toJson |
( |
| ) |
const |
◆ m_appStoreUrl
| QString Jellyfin::DTO::ClientCapabilities::m_appStoreUrl |
|
protected |
◆ m_deviceProfile
◆ m_iconUrl
| QString Jellyfin::DTO::ClientCapabilities::m_iconUrl |
|
protected |
◆ m_messageCallbackUrl
| QString Jellyfin::DTO::ClientCapabilities::m_messageCallbackUrl |
|
protected |
◆ m_playableMediaTypes
| QStringList Jellyfin::DTO::ClientCapabilities::m_playableMediaTypes |
|
protected |
◆ m_supportedCommands
◆ m_supportsContentUploading
| bool Jellyfin::DTO::ClientCapabilities::m_supportsContentUploading |
|
protected |
◆ m_supportsMediaControl
| bool Jellyfin::DTO::ClientCapabilities::m_supportsMediaControl |
|
protected |
◆ m_supportsPersistentIdentifier
| bool Jellyfin::DTO::ClientCapabilities::m_supportsPersistentIdentifier |
|
protected |
◆ m_supportsSync
| bool Jellyfin::DTO::ClientCapabilities::m_supportsSync |
|
protected |
The documentation for this class was generated from the following files: