Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::Loader::SearchRemoteSubtitlesParams Class Reference

#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 ()
 

Member Function Documentation

◆ isPerfectMatch()

const bool & Jellyfin::Loader::SearchRemoteSubtitlesParams::isPerfectMatch ( ) const

Optional. Only show subtitles which are a perfect match.

◆ isPerfectMatchNull()

bool Jellyfin::Loader::SearchRemoteSubtitlesParams::isPerfectMatchNull ( ) const

◆ itemId()

const QString & Jellyfin::Loader::SearchRemoteSubtitlesParams::itemId ( ) const

The item id.

◆ language()

const QString & Jellyfin::Loader::SearchRemoteSubtitlesParams::language ( ) const

The language of the subtitles.

◆ setIsPerfectMatch()

void Jellyfin::Loader::SearchRemoteSubtitlesParams::setIsPerfectMatch ( bool newIsPerfectMatch)

◆ setIsPerfectMatchNull()

void Jellyfin::Loader::SearchRemoteSubtitlesParams::setIsPerfectMatchNull ( )

◆ setItemId()

void Jellyfin::Loader::SearchRemoteSubtitlesParams::setItemId ( QString newItemId)

◆ setLanguage()

void Jellyfin::Loader::SearchRemoteSubtitlesParams::setLanguage ( QString newLanguage)

The documentation for this class was generated from the following files: