#include <clientcapabilitiesdto.h>
◆ ClientCapabilitiesDto() [1/2]
| Jellyfin::DTO::ClientCapabilitiesDto::ClientCapabilitiesDto |
( |
QList< MediaType > | playableMediaTypes, |
|
|
QList< GeneralCommandType > | supportedCommands, |
|
|
bool | supportsMediaControl, |
|
|
bool | supportsPersistentIdentifier, |
|
|
QSharedPointer< DeviceProfile > | deviceProfile ) |
◆ ClientCapabilitiesDto() [2/2]
| Jellyfin::DTO::ClientCapabilitiesDto::ClientCapabilitiesDto |
( |
const ClientCapabilitiesDto & | other | ) |
|
◆ appStoreUrl()
| QString Jellyfin::DTO::ClientCapabilitiesDto::appStoreUrl |
( |
| ) |
const |
Gets or sets the app store url.
◆ appStoreUrlNull()
| bool Jellyfin::DTO::ClientCapabilitiesDto::appStoreUrlNull |
( |
| ) |
const |
◆ deviceProfile()
| QSharedPointer< DeviceProfile > Jellyfin::DTO::ClientCapabilitiesDto::deviceProfile |
( |
| ) |
const |
◆ fromJson()
◆ iconUrl()
| QString Jellyfin::DTO::ClientCapabilitiesDto::iconUrl |
( |
| ) |
const |
Gets or sets the icon url.
◆ iconUrlNull()
| bool Jellyfin::DTO::ClientCapabilitiesDto::iconUrlNull |
( |
| ) |
const |
◆ playableMediaTypes()
| QList< MediaType > Jellyfin::DTO::ClientCapabilitiesDto::playableMediaTypes |
( |
| ) |
const |
Gets or sets the list of playable media types.
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setAppStoreUrl()
| void Jellyfin::DTO::ClientCapabilitiesDto::setAppStoreUrl |
( |
QString | newAppStoreUrl | ) |
|
Gets or sets the app store url.
◆ setAppStoreUrlNull()
| void Jellyfin::DTO::ClientCapabilitiesDto::setAppStoreUrlNull |
( |
| ) |
|
◆ setDeviceProfile()
| void Jellyfin::DTO::ClientCapabilitiesDto::setDeviceProfile |
( |
QSharedPointer< DeviceProfile > | newDeviceProfile | ) |
|
◆ setFromJson()
| void Jellyfin::DTO::ClientCapabilitiesDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setIconUrl()
| void Jellyfin::DTO::ClientCapabilitiesDto::setIconUrl |
( |
QString | newIconUrl | ) |
|
Gets or sets the icon url.
◆ setIconUrlNull()
| void Jellyfin::DTO::ClientCapabilitiesDto::setIconUrlNull |
( |
| ) |
|
◆ setPlayableMediaTypes()
| void Jellyfin::DTO::ClientCapabilitiesDto::setPlayableMediaTypes |
( |
QList< MediaType > | newPlayableMediaTypes | ) |
|
Gets or sets the list of playable media types.
◆ setSupportedCommands()
| void Jellyfin::DTO::ClientCapabilitiesDto::setSupportedCommands |
( |
QList< GeneralCommandType > | newSupportedCommands | ) |
|
Gets or sets the list of supported commands.
◆ setSupportsMediaControl()
| void Jellyfin::DTO::ClientCapabilitiesDto::setSupportsMediaControl |
( |
bool | newSupportsMediaControl | ) |
|
Gets or sets a value indicating whether session supports media control.
◆ setSupportsPersistentIdentifier()
| void Jellyfin::DTO::ClientCapabilitiesDto::setSupportsPersistentIdentifier |
( |
bool | newSupportsPersistentIdentifier | ) |
|
Gets or sets a value indicating whether session supports a persistent identifier.
◆ supportedCommands()
Gets or sets the list of supported commands.
◆ supportsMediaControl()
| bool Jellyfin::DTO::ClientCapabilitiesDto::supportsMediaControl |
( |
| ) |
const |
Gets or sets a value indicating whether session supports media control.
◆ supportsPersistentIdentifier()
| bool Jellyfin::DTO::ClientCapabilitiesDto::supportsPersistentIdentifier |
( |
| ) |
const |
Gets or sets a value indicating whether session supports a persistent identifier.
◆ toJson()
| QJsonObject Jellyfin::DTO::ClientCapabilitiesDto::toJson |
( |
| ) |
const |
◆ m_appStoreUrl
| QString Jellyfin::DTO::ClientCapabilitiesDto::m_appStoreUrl |
|
protected |
◆ m_deviceProfile
◆ m_iconUrl
| QString Jellyfin::DTO::ClientCapabilitiesDto::m_iconUrl |
|
protected |
◆ m_playableMediaTypes
| QList<MediaType> Jellyfin::DTO::ClientCapabilitiesDto::m_playableMediaTypes |
|
protected |
◆ m_supportedCommands
◆ m_supportsMediaControl
| bool Jellyfin::DTO::ClientCapabilitiesDto::m_supportsMediaControl |
|
protected |
◆ m_supportsPersistentIdentifier
| bool Jellyfin::DTO::ClientCapabilitiesDto::m_supportsPersistentIdentifier |
|
protected |
The documentation for this class was generated from the following files: