#include <uploadsubtitledto.h>
◆ UploadSubtitleDto() [1/2]
Jellyfin::DTO::UploadSubtitleDto::UploadSubtitleDto |
( |
QString | language, |
|
|
QString | format, |
|
|
bool | isForced, |
|
|
QString | data ) |
◆ UploadSubtitleDto() [2/2]
Jellyfin::DTO::UploadSubtitleDto::UploadSubtitleDto |
( |
const UploadSubtitleDto & | other | ) |
|
◆ data()
QString Jellyfin::DTO::UploadSubtitleDto::data |
( |
| ) |
const |
Gets or sets the subtitle data.
◆ format()
QString Jellyfin::DTO::UploadSubtitleDto::format |
( |
| ) |
const |
Gets or sets the subtitle format.
◆ fromJson()
◆ isForced()
bool Jellyfin::DTO::UploadSubtitleDto::isForced |
( |
| ) |
const |
Gets or sets a value indicating whether the subtitle is forced.
◆ language()
QString Jellyfin::DTO::UploadSubtitleDto::language |
( |
| ) |
const |
Gets or sets the subtitle language.
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setData()
void Jellyfin::DTO::UploadSubtitleDto::setData |
( |
QString | newData | ) |
|
Gets or sets the subtitle data.
◆ setFormat()
void Jellyfin::DTO::UploadSubtitleDto::setFormat |
( |
QString | newFormat | ) |
|
Gets or sets the subtitle format.
◆ setFromJson()
void Jellyfin::DTO::UploadSubtitleDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setIsForced()
void Jellyfin::DTO::UploadSubtitleDto::setIsForced |
( |
bool | newIsForced | ) |
|
Gets or sets a value indicating whether the subtitle is forced.
◆ setLanguage()
void Jellyfin::DTO::UploadSubtitleDto::setLanguage |
( |
QString | newLanguage | ) |
|
Gets or sets the subtitle language.
◆ toJson()
QJsonObject Jellyfin::DTO::UploadSubtitleDto::toJson |
( |
| ) |
const |
◆ m_data
QString Jellyfin::DTO::UploadSubtitleDto::m_data |
|
protected |
◆ m_format
QString Jellyfin::DTO::UploadSubtitleDto::m_format |
|
protected |
◆ m_isForced
bool Jellyfin::DTO::UploadSubtitleDto::m_isForced |
|
protected |
◆ m_language
QString Jellyfin::DTO::UploadSubtitleDto::m_language |
|
protected |
The documentation for this class was generated from the following files: