![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <subtitleprofile.h>
Public Member Functions | |
| SubtitleProfile (SubtitleDeliveryMethod method) | |
| SubtitleProfile (const SubtitleProfile &other) | |
| void | replaceData (SubtitleProfile &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | format () const |
| Gets or sets the format. | |
| void | setFormat (QString newFormat) |
| Gets or sets the format. | |
| bool | formatNull () const |
| void | setFormatNull () |
| SubtitleDeliveryMethod | method () const |
| void | setMethod (SubtitleDeliveryMethod newMethod) |
| QString | didlMode () const |
| Gets or sets the DIDL mode. | |
| void | setDidlMode (QString newDidlMode) |
| Gets or sets the DIDL mode. | |
| bool | didlModeNull () const |
| void | setDidlModeNull () |
| QString | language () const |
| Gets or sets the language. | |
| void | setLanguage (QString newLanguage) |
| Gets or sets the language. | |
| bool | languageNull () const |
| void | setLanguageNull () |
| QString | container () const |
| Gets or sets the container. | |
| void | setContainer (QString newContainer) |
| Gets or sets the container. | |
| bool | containerNull () const |
| void | setContainerNull () |
Static Public Member Functions | |
| static SubtitleProfile | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_format |
| SubtitleDeliveryMethod | m_method |
| QString | m_didlMode |
| QString | m_language |
| QString | m_container |
| Jellyfin::DTO::SubtitleProfile::SubtitleProfile | ( | SubtitleDeliveryMethod | method | ) |
| Jellyfin::DTO::SubtitleProfile::SubtitleProfile | ( | const SubtitleProfile & | other | ) |
| QString Jellyfin::DTO::SubtitleProfile::container | ( | ) | const |
Gets or sets the container.
| bool Jellyfin::DTO::SubtitleProfile::containerNull | ( | ) | const |
| QString Jellyfin::DTO::SubtitleProfile::didlMode | ( | ) | const |
Gets or sets the DIDL mode.
| bool Jellyfin::DTO::SubtitleProfile::didlModeNull | ( | ) | const |
| QString Jellyfin::DTO::SubtitleProfile::format | ( | ) | const |
Gets or sets the format.
| bool Jellyfin::DTO::SubtitleProfile::formatNull | ( | ) | const |
|
static |
| QString Jellyfin::DTO::SubtitleProfile::language | ( | ) | const |
Gets or sets the language.
| bool Jellyfin::DTO::SubtitleProfile::languageNull | ( | ) | const |
| SubtitleDeliveryMethod Jellyfin::DTO::SubtitleProfile::method | ( | ) | const |
| void Jellyfin::DTO::SubtitleProfile::replaceData | ( | SubtitleProfile & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::SubtitleProfile::setContainer | ( | QString | newContainer | ) |
Gets or sets the container.
| void Jellyfin::DTO::SubtitleProfile::setContainerNull | ( | ) |
| void Jellyfin::DTO::SubtitleProfile::setDidlMode | ( | QString | newDidlMode | ) |
Gets or sets the DIDL mode.
| void Jellyfin::DTO::SubtitleProfile::setDidlModeNull | ( | ) |
| void Jellyfin::DTO::SubtitleProfile::setFormat | ( | QString | newFormat | ) |
Gets or sets the format.
| void Jellyfin::DTO::SubtitleProfile::setFormatNull | ( | ) |
| void Jellyfin::DTO::SubtitleProfile::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::SubtitleProfile::setLanguage | ( | QString | newLanguage | ) |
Gets or sets the language.
| void Jellyfin::DTO::SubtitleProfile::setLanguageNull | ( | ) |
| void Jellyfin::DTO::SubtitleProfile::setMethod | ( | SubtitleDeliveryMethod | newMethod | ) |
| QJsonObject Jellyfin::DTO::SubtitleProfile::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |