#include <responseprofile.h>
◆ ResponseProfile() [1/2]
◆ ResponseProfile() [2/2]
Jellyfin::DTO::ResponseProfile::ResponseProfile |
( |
const ResponseProfile & | other | ) |
|
◆ audioCodec()
QString Jellyfin::DTO::ResponseProfile::audioCodec |
( |
| ) |
const |
◆ audioCodecNull()
bool Jellyfin::DTO::ResponseProfile::audioCodecNull |
( |
| ) |
const |
◆ conditions()
◆ conditionsNull()
bool Jellyfin::DTO::ResponseProfile::conditionsNull |
( |
| ) |
const |
◆ container()
QString Jellyfin::DTO::ResponseProfile::container |
( |
| ) |
const |
◆ containerNull()
bool Jellyfin::DTO::ResponseProfile::containerNull |
( |
| ) |
const |
◆ fromJson()
ResponseProfile Jellyfin::DTO::ResponseProfile::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ mimeType()
QString Jellyfin::DTO::ResponseProfile::mimeType |
( |
| ) |
const |
◆ mimeTypeNull()
bool Jellyfin::DTO::ResponseProfile::mimeTypeNull |
( |
| ) |
const |
◆ orgPn()
QString Jellyfin::DTO::ResponseProfile::orgPn |
( |
| ) |
const |
◆ orgPnNull()
bool Jellyfin::DTO::ResponseProfile::orgPnNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::ResponseProfile::replaceData |
( |
ResponseProfile & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setAudioCodec()
void Jellyfin::DTO::ResponseProfile::setAudioCodec |
( |
QString | newAudioCodec | ) |
|
◆ setAudioCodecNull()
void Jellyfin::DTO::ResponseProfile::setAudioCodecNull |
( |
| ) |
|
◆ setConditions()
◆ setConditionsNull()
void Jellyfin::DTO::ResponseProfile::setConditionsNull |
( |
| ) |
|
◆ setContainer()
void Jellyfin::DTO::ResponseProfile::setContainer |
( |
QString | newContainer | ) |
|
◆ setContainerNull()
void Jellyfin::DTO::ResponseProfile::setContainerNull |
( |
| ) |
|
◆ setFromJson()
void Jellyfin::DTO::ResponseProfile::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setMimeType()
void Jellyfin::DTO::ResponseProfile::setMimeType |
( |
QString | newMimeType | ) |
|
◆ setMimeTypeNull()
void Jellyfin::DTO::ResponseProfile::setMimeTypeNull |
( |
| ) |
|
◆ setOrgPn()
void Jellyfin::DTO::ResponseProfile::setOrgPn |
( |
QString | newOrgPn | ) |
|
◆ setOrgPnNull()
void Jellyfin::DTO::ResponseProfile::setOrgPnNull |
( |
| ) |
|
◆ setType()
◆ setVideoCodec()
void Jellyfin::DTO::ResponseProfile::setVideoCodec |
( |
QString | newVideoCodec | ) |
|
◆ setVideoCodecNull()
void Jellyfin::DTO::ResponseProfile::setVideoCodecNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::ResponseProfile::toJson |
( |
| ) |
const |
◆ type()
◆ videoCodec()
QString Jellyfin::DTO::ResponseProfile::videoCodec |
( |
| ) |
const |
◆ videoCodecNull()
bool Jellyfin::DTO::ResponseProfile::videoCodecNull |
( |
| ) |
const |
◆ m_audioCodec
QString Jellyfin::DTO::ResponseProfile::m_audioCodec |
|
protected |
◆ m_conditions
◆ m_container
QString Jellyfin::DTO::ResponseProfile::m_container |
|
protected |
◆ m_mimeType
QString Jellyfin::DTO::ResponseProfile::m_mimeType |
|
protected |
◆ m_orgPn
QString Jellyfin::DTO::ResponseProfile::m_orgPn |
|
protected |
◆ m_type
◆ m_videoCodec
QString Jellyfin::DTO::ResponseProfile::m_videoCodec |
|
protected |
The documentation for this class was generated from the following files: