Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::DTO::SessionInfoDto Member List

This is the complete list of members for Jellyfin::DTO::SessionInfoDto, including all inherited members.

additionalUsers() constJellyfin::DTO::SessionInfoDto
additionalUsersNull() constJellyfin::DTO::SessionInfoDto
applicationVersion() constJellyfin::DTO::SessionInfoDto
applicationVersionNull() constJellyfin::DTO::SessionInfoDto
capabilities() constJellyfin::DTO::SessionInfoDto
client() constJellyfin::DTO::SessionInfoDto
clientNull() constJellyfin::DTO::SessionInfoDto
deviceId() constJellyfin::DTO::SessionInfoDto
deviceIdNull() constJellyfin::DTO::SessionInfoDto
deviceName() constJellyfin::DTO::SessionInfoDto
deviceNameNull() constJellyfin::DTO::SessionInfoDto
deviceType() constJellyfin::DTO::SessionInfoDto
deviceTypeNull() constJellyfin::DTO::SessionInfoDto
fromJson(QJsonObject source)Jellyfin::DTO::SessionInfoDtostatic
hasCustomDeviceName() constJellyfin::DTO::SessionInfoDto
isActive() constJellyfin::DTO::SessionInfoDto
jellyfinId() constJellyfin::DTO::SessionInfoDto
jellyfinIdNull() constJellyfin::DTO::SessionInfoDto
lastActivityDate() constJellyfin::DTO::SessionInfoDto
lastPausedDate() constJellyfin::DTO::SessionInfoDto
lastPausedDateNull() constJellyfin::DTO::SessionInfoDto
lastPlaybackCheckIn() constJellyfin::DTO::SessionInfoDto
m_additionalUsersJellyfin::DTO::SessionInfoDtoprotected
m_applicationVersionJellyfin::DTO::SessionInfoDtoprotected
m_capabilitiesJellyfin::DTO::SessionInfoDtoprotected
m_clientJellyfin::DTO::SessionInfoDtoprotected
m_deviceIdJellyfin::DTO::SessionInfoDtoprotected
m_deviceNameJellyfin::DTO::SessionInfoDtoprotected
m_deviceTypeJellyfin::DTO::SessionInfoDtoprotected
m_hasCustomDeviceNameJellyfin::DTO::SessionInfoDtoprotected
m_isActiveJellyfin::DTO::SessionInfoDtoprotected
m_jellyfinIdJellyfin::DTO::SessionInfoDtoprotected
m_lastActivityDateJellyfin::DTO::SessionInfoDtoprotected
m_lastPausedDateJellyfin::DTO::SessionInfoDtoprotected
m_lastPlaybackCheckInJellyfin::DTO::SessionInfoDtoprotected
m_nowPlayingItemJellyfin::DTO::SessionInfoDtoprotected
m_nowPlayingQueueJellyfin::DTO::SessionInfoDtoprotected
m_nowPlayingQueueFullItemsJellyfin::DTO::SessionInfoDtoprotected
m_nowViewingItemJellyfin::DTO::SessionInfoDtoprotected
m_playableMediaTypesJellyfin::DTO::SessionInfoDtoprotected
m_playlistItemIdJellyfin::DTO::SessionInfoDtoprotected
m_playStateJellyfin::DTO::SessionInfoDtoprotected
m_remoteEndPointJellyfin::DTO::SessionInfoDtoprotected
m_serverIdJellyfin::DTO::SessionInfoDtoprotected
m_supportedCommandsJellyfin::DTO::SessionInfoDtoprotected
m_supportsMediaControlJellyfin::DTO::SessionInfoDtoprotected
m_supportsRemoteControlJellyfin::DTO::SessionInfoDtoprotected
m_transcodingInfoJellyfin::DTO::SessionInfoDtoprotected
m_userIdJellyfin::DTO::SessionInfoDtoprotected
m_userNameJellyfin::DTO::SessionInfoDtoprotected
m_userPrimaryImageTagJellyfin::DTO::SessionInfoDtoprotected
nowPlayingItem() constJellyfin::DTO::SessionInfoDto
nowPlayingQueue() constJellyfin::DTO::SessionInfoDto
nowPlayingQueueFullItems() constJellyfin::DTO::SessionInfoDto
nowPlayingQueueFullItemsNull() constJellyfin::DTO::SessionInfoDto
nowPlayingQueueNull() constJellyfin::DTO::SessionInfoDto
nowViewingItem() constJellyfin::DTO::SessionInfoDto
playableMediaTypes() constJellyfin::DTO::SessionInfoDto
playlistItemId() constJellyfin::DTO::SessionInfoDto
playlistItemIdNull() constJellyfin::DTO::SessionInfoDto
playState() constJellyfin::DTO::SessionInfoDto
remoteEndPoint() constJellyfin::DTO::SessionInfoDto
remoteEndPointNull() constJellyfin::DTO::SessionInfoDto
replaceData(SessionInfoDto &other)Jellyfin::DTO::SessionInfoDto
serverId() constJellyfin::DTO::SessionInfoDto
serverIdNull() constJellyfin::DTO::SessionInfoDto
SessionInfoDto(QSharedPointer< PlayerStateInfo > playState, QSharedPointer< ClientCapabilitiesDto > capabilities, QList< MediaType > playableMediaTypes, QString userId, QDateTime lastActivityDate, QDateTime lastPlaybackCheckIn, QSharedPointer< BaseItemDto > nowPlayingItem, QSharedPointer< BaseItemDto > nowViewingItem, QSharedPointer< TranscodingInfo > transcodingInfo, bool isActive, bool supportsMediaControl, bool supportsRemoteControl, bool hasCustomDeviceName, QList< GeneralCommandType > supportedCommands)Jellyfin::DTO::SessionInfoDto
SessionInfoDto(const SessionInfoDto &other)Jellyfin::DTO::SessionInfoDto
setAdditionalUsers(QList< SessionUserInfo > newAdditionalUsers)Jellyfin::DTO::SessionInfoDto
setAdditionalUsersNull()Jellyfin::DTO::SessionInfoDto
setApplicationVersion(QString newApplicationVersion)Jellyfin::DTO::SessionInfoDto
setApplicationVersionNull()Jellyfin::DTO::SessionInfoDto
setCapabilities(QSharedPointer< ClientCapabilitiesDto > newCapabilities)Jellyfin::DTO::SessionInfoDto
setClient(QString newClient)Jellyfin::DTO::SessionInfoDto
setClientNull()Jellyfin::DTO::SessionInfoDto
setDeviceId(QString newDeviceId)Jellyfin::DTO::SessionInfoDto
setDeviceIdNull()Jellyfin::DTO::SessionInfoDto
setDeviceName(QString newDeviceName)Jellyfin::DTO::SessionInfoDto
setDeviceNameNull()Jellyfin::DTO::SessionInfoDto
setDeviceType(QString newDeviceType)Jellyfin::DTO::SessionInfoDto
setDeviceTypeNull()Jellyfin::DTO::SessionInfoDto
setFromJson(QJsonObject source)Jellyfin::DTO::SessionInfoDto
setHasCustomDeviceName(bool newHasCustomDeviceName)Jellyfin::DTO::SessionInfoDto
setIsActive(bool newIsActive)Jellyfin::DTO::SessionInfoDto
setJellyfinId(QString newJellyfinId)Jellyfin::DTO::SessionInfoDto
setJellyfinIdNull()Jellyfin::DTO::SessionInfoDto
setLastActivityDate(QDateTime newLastActivityDate)Jellyfin::DTO::SessionInfoDto
setLastPausedDate(QDateTime newLastPausedDate)Jellyfin::DTO::SessionInfoDto
setLastPausedDateNull()Jellyfin::DTO::SessionInfoDto
setLastPlaybackCheckIn(QDateTime newLastPlaybackCheckIn)Jellyfin::DTO::SessionInfoDto
setNowPlayingItem(QSharedPointer< BaseItemDto > newNowPlayingItem)Jellyfin::DTO::SessionInfoDto
setNowPlayingQueue(QList< QueueItem > newNowPlayingQueue)Jellyfin::DTO::SessionInfoDto
setNowPlayingQueueFullItems(QList< BaseItemDto > newNowPlayingQueueFullItems)Jellyfin::DTO::SessionInfoDto
setNowPlayingQueueFullItemsNull()Jellyfin::DTO::SessionInfoDto
setNowPlayingQueueNull()Jellyfin::DTO::SessionInfoDto
setNowViewingItem(QSharedPointer< BaseItemDto > newNowViewingItem)Jellyfin::DTO::SessionInfoDto
setPlayableMediaTypes(QList< MediaType > newPlayableMediaTypes)Jellyfin::DTO::SessionInfoDto
setPlaylistItemId(QString newPlaylistItemId)Jellyfin::DTO::SessionInfoDto
setPlaylistItemIdNull()Jellyfin::DTO::SessionInfoDto
setPlayState(QSharedPointer< PlayerStateInfo > newPlayState)Jellyfin::DTO::SessionInfoDto
setRemoteEndPoint(QString newRemoteEndPoint)Jellyfin::DTO::SessionInfoDto
setRemoteEndPointNull()Jellyfin::DTO::SessionInfoDto
setServerId(QString newServerId)Jellyfin::DTO::SessionInfoDto
setServerIdNull()Jellyfin::DTO::SessionInfoDto
setSupportedCommands(QList< GeneralCommandType > newSupportedCommands)Jellyfin::DTO::SessionInfoDto
setSupportsMediaControl(bool newSupportsMediaControl)Jellyfin::DTO::SessionInfoDto
setSupportsRemoteControl(bool newSupportsRemoteControl)Jellyfin::DTO::SessionInfoDto
setTranscodingInfo(QSharedPointer< TranscodingInfo > newTranscodingInfo)Jellyfin::DTO::SessionInfoDto
setUserId(QString newUserId)Jellyfin::DTO::SessionInfoDto
setUserName(QString newUserName)Jellyfin::DTO::SessionInfoDto
setUserNameNull()Jellyfin::DTO::SessionInfoDto
setUserPrimaryImageTag(QString newUserPrimaryImageTag)Jellyfin::DTO::SessionInfoDto
setUserPrimaryImageTagNull()Jellyfin::DTO::SessionInfoDto
supportedCommands() constJellyfin::DTO::SessionInfoDto
supportsMediaControl() constJellyfin::DTO::SessionInfoDto
supportsRemoteControl() constJellyfin::DTO::SessionInfoDto
toJson() constJellyfin::DTO::SessionInfoDto
transcodingInfo() constJellyfin::DTO::SessionInfoDto
userId() constJellyfin::DTO::SessionInfoDto
userName() constJellyfin::DTO::SessionInfoDto
userNameNull() constJellyfin::DTO::SessionInfoDto
userPrimaryImageTag() constJellyfin::DTO::SessionInfoDto
userPrimaryImageTagNull() constJellyfin::DTO::SessionInfoDto