![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | itemId () const |
| The item id. | |
| void | setItemId (QString newItemId) |
| const QString & | language () const |
| The language of the subtitles. | |
| void | setLanguage (QString newLanguage) |
| const bool & | isPerfectMatch () const |
| Optional. Only show subtitles which are a perfect match. | |
| void | setIsPerfectMatch (bool newIsPerfectMatch) |
| bool | isPerfectMatchNull () const |
| void | setIsPerfectMatchNull () |
| const bool & Jellyfin::Loader::SearchRemoteSubtitlesParams::isPerfectMatch | ( | ) | const |
Optional. Only show subtitles which are a perfect match.
| bool Jellyfin::Loader::SearchRemoteSubtitlesParams::isPerfectMatchNull | ( | ) | const |
| const QString & Jellyfin::Loader::SearchRemoteSubtitlesParams::itemId | ( | ) | const |
The item id.
| const QString & Jellyfin::Loader::SearchRemoteSubtitlesParams::language | ( | ) | const |
The language of the subtitles.
| void Jellyfin::Loader::SearchRemoteSubtitlesParams::setIsPerfectMatch | ( | bool | newIsPerfectMatch | ) |
| void Jellyfin::Loader::SearchRemoteSubtitlesParams::setIsPerfectMatchNull | ( | ) |
| void Jellyfin::Loader::SearchRemoteSubtitlesParams::setItemId | ( | QString | newItemId | ) |
| void Jellyfin::Loader::SearchRemoteSubtitlesParams::setLanguage | ( | QString | newLanguage | ) |