![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | sessionId () const |
| The session id. | |
| void | setSessionId (QString newSessionId) |
| const QStringList & | itemIds () const |
| The ids of the items to play, comma delimited. | |
| void | setItemIds (QStringList newItemIds) |
| const PlayCommand & | playCommand () const |
| The type of play command to issue (PlayNow, PlayNext, PlayLast). Clients who have not yet implemented play next and play last may play now. | |
| void | setPlayCommand (PlayCommand newPlayCommand) |
| const qint32 & | audioStreamIndex () const |
| Optional. The index of the audio stream to play. | |
| void | setAudioStreamIndex (qint32 newAudioStreamIndex) |
| bool | audioStreamIndexNull () const |
| void | setAudioStreamIndexNull () |
| const QString & | mediaSourceId () const |
| Optional. The media source id. | |
| void | setMediaSourceId (QString newMediaSourceId) |
| bool | mediaSourceIdNull () const |
| void | setMediaSourceIdNull () |
| const qint32 & | startIndex () const |
| Optional. The start index. | |
| void | setStartIndex (qint32 newStartIndex) |
| bool | startIndexNull () const |
| void | setStartIndexNull () |
| const qint64 & | startPositionTicks () const |
| The starting position of the first item. | |
| void | setStartPositionTicks (qint64 newStartPositionTicks) |
| bool | startPositionTicksNull () const |
| void | setStartPositionTicksNull () |
| const qint32 & | subtitleStreamIndex () const |
| Optional. The index of the subtitle stream to play. | |
| void | setSubtitleStreamIndex (qint32 newSubtitleStreamIndex) |
| bool | subtitleStreamIndexNull () const |
| void | setSubtitleStreamIndexNull () |
| const qint32 & Jellyfin::Loader::PlayParams::audioStreamIndex | ( | ) | const |
Optional. The index of the audio stream to play.
| bool Jellyfin::Loader::PlayParams::audioStreamIndexNull | ( | ) | const |
| const QStringList & Jellyfin::Loader::PlayParams::itemIds | ( | ) | const |
The ids of the items to play, comma delimited.
| const QString & Jellyfin::Loader::PlayParams::mediaSourceId | ( | ) | const |
Optional. The media source id.
| bool Jellyfin::Loader::PlayParams::mediaSourceIdNull | ( | ) | const |
| const PlayCommand & Jellyfin::Loader::PlayParams::playCommand | ( | ) | const |
The type of play command to issue (PlayNow, PlayNext, PlayLast). Clients who have not yet implemented play next and play last may play now.
| const QString & Jellyfin::Loader::PlayParams::sessionId | ( | ) | const |
The session id.
| void Jellyfin::Loader::PlayParams::setAudioStreamIndex | ( | qint32 | newAudioStreamIndex | ) |
| void Jellyfin::Loader::PlayParams::setAudioStreamIndexNull | ( | ) |
| void Jellyfin::Loader::PlayParams::setItemIds | ( | QStringList | newItemIds | ) |
| void Jellyfin::Loader::PlayParams::setMediaSourceId | ( | QString | newMediaSourceId | ) |
| void Jellyfin::Loader::PlayParams::setMediaSourceIdNull | ( | ) |
| void Jellyfin::Loader::PlayParams::setPlayCommand | ( | PlayCommand | newPlayCommand | ) |
| void Jellyfin::Loader::PlayParams::setSessionId | ( | QString | newSessionId | ) |
| void Jellyfin::Loader::PlayParams::setStartIndex | ( | qint32 | newStartIndex | ) |
| void Jellyfin::Loader::PlayParams::setStartIndexNull | ( | ) |
| void Jellyfin::Loader::PlayParams::setStartPositionTicks | ( | qint64 | newStartPositionTicks | ) |
| void Jellyfin::Loader::PlayParams::setStartPositionTicksNull | ( | ) |
| void Jellyfin::Loader::PlayParams::setSubtitleStreamIndex | ( | qint32 | newSubtitleStreamIndex | ) |
| void Jellyfin::Loader::PlayParams::setSubtitleStreamIndexNull | ( | ) |
| const qint32 & Jellyfin::Loader::PlayParams::startIndex | ( | ) | const |
Optional. The start index.
| bool Jellyfin::Loader::PlayParams::startIndexNull | ( | ) | const |
| const qint64 & Jellyfin::Loader::PlayParams::startPositionTicks | ( | ) | const |
The starting position of the first item.
| bool Jellyfin::Loader::PlayParams::startPositionTicksNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::PlayParams::subtitleStreamIndex | ( | ) | const |
Optional. The index of the subtitle stream to play.
| bool Jellyfin::Loader::PlayParams::subtitleStreamIndexNull | ( | ) | const |