#include <codecprofile.h>
◆ CodecProfile() [1/2]
Jellyfin::DTO::CodecProfile::CodecProfile |
( |
CodecType | type | ) |
|
◆ CodecProfile() [2/2]
Jellyfin::DTO::CodecProfile::CodecProfile |
( |
const CodecProfile & | other | ) |
|
◆ applyConditions()
◆ applyConditionsNull()
bool Jellyfin::DTO::CodecProfile::applyConditionsNull |
( |
| ) |
const |
◆ codec()
QString Jellyfin::DTO::CodecProfile::codec |
( |
| ) |
const |
◆ codecNull()
bool Jellyfin::DTO::CodecProfile::codecNull |
( |
| ) |
const |
◆ conditions()
◆ conditionsNull()
bool Jellyfin::DTO::CodecProfile::conditionsNull |
( |
| ) |
const |
◆ container()
QString Jellyfin::DTO::CodecProfile::container |
( |
| ) |
const |
◆ containerNull()
bool Jellyfin::DTO::CodecProfile::containerNull |
( |
| ) |
const |
◆ fromJson()
CodecProfile Jellyfin::DTO::CodecProfile::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ replaceData()
void Jellyfin::DTO::CodecProfile::replaceData |
( |
CodecProfile & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setApplyConditions()
◆ setApplyConditionsNull()
void Jellyfin::DTO::CodecProfile::setApplyConditionsNull |
( |
| ) |
|
◆ setCodec()
void Jellyfin::DTO::CodecProfile::setCodec |
( |
QString | newCodec | ) |
|
◆ setCodecNull()
void Jellyfin::DTO::CodecProfile::setCodecNull |
( |
| ) |
|
◆ setConditions()
◆ setConditionsNull()
void Jellyfin::DTO::CodecProfile::setConditionsNull |
( |
| ) |
|
◆ setContainer()
void Jellyfin::DTO::CodecProfile::setContainer |
( |
QString | newContainer | ) |
|
◆ setContainerNull()
void Jellyfin::DTO::CodecProfile::setContainerNull |
( |
| ) |
|
◆ setFromJson()
void Jellyfin::DTO::CodecProfile::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setType()
void Jellyfin::DTO::CodecProfile::setType |
( |
CodecType | newType | ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::CodecProfile::toJson |
( |
| ) |
const |
◆ type()
CodecType Jellyfin::DTO::CodecProfile::type |
( |
| ) |
const |
◆ m_applyConditions
◆ m_codec
QString Jellyfin::DTO::CodecProfile::m_codec |
|
protected |
◆ m_conditions
◆ m_container
QString Jellyfin::DTO::CodecProfile::m_container |
|
protected |
◆ m_type
CodecType Jellyfin::DTO::CodecProfile::m_type |
|
protected |
The documentation for this class was generated from the following files: