#include <codecprofile.h>
◆ CodecProfile() [1/2]
◆ CodecProfile() [2/2]
| Jellyfin::DTO::CodecProfile::CodecProfile |
( |
const CodecProfile & | other | ) |
|
◆ applyConditions()
Gets or sets the list of MediaBrowser.Model.Dlna.ProfileCondition to apply if this profile is met.
◆ codec()
| QString Jellyfin::DTO::CodecProfile::codec |
( |
| ) |
const |
Gets or sets the codec(s) that this profile applies to.
◆ codecNull()
| bool Jellyfin::DTO::CodecProfile::codecNull |
( |
| ) |
const |
◆ conditions()
Gets or sets the list of MediaBrowser.Model.Dlna.ProfileCondition which this profile must meet.
◆ container()
| QString Jellyfin::DTO::CodecProfile::container |
( |
| ) |
const |
Gets or sets the container(s) which this profile will be applied to.
◆ 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()
Gets or sets the list of MediaBrowser.Model.Dlna.ProfileCondition to apply if this profile is met.
◆ setCodec()
| void Jellyfin::DTO::CodecProfile::setCodec |
( |
QString | newCodec | ) |
|
Gets or sets the codec(s) that this profile applies to.
◆ setCodecNull()
| void Jellyfin::DTO::CodecProfile::setCodecNull |
( |
| ) |
|
◆ setConditions()
Gets or sets the list of MediaBrowser.Model.Dlna.ProfileCondition which this profile must meet.
◆ setContainer()
| void Jellyfin::DTO::CodecProfile::setContainer |
( |
QString | newContainer | ) |
|
Gets or sets the container(s) which this profile will be applied to.
◆ setContainerNull()
| void Jellyfin::DTO::CodecProfile::setContainerNull |
( |
| ) |
|
◆ setFromJson()
| void Jellyfin::DTO::CodecProfile::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setSubContainer()
| void Jellyfin::DTO::CodecProfile::setSubContainer |
( |
QString | newSubContainer | ) |
|
Gets or sets the sub-container(s) which this profile will be applied to.
◆ setSubContainerNull()
| void Jellyfin::DTO::CodecProfile::setSubContainerNull |
( |
| ) |
|
◆ setType()
| void Jellyfin::DTO::CodecProfile::setType |
( |
CodecType | newType | ) |
|
◆ subContainer()
| QString Jellyfin::DTO::CodecProfile::subContainer |
( |
| ) |
const |
Gets or sets the sub-container(s) which this profile will be applied to.
◆ subContainerNull()
| bool Jellyfin::DTO::CodecProfile::subContainerNull |
( |
| ) |
const |
◆ 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_subContainer
| QString Jellyfin::DTO::CodecProfile::m_subContainer |
|
protected |
◆ m_type
| CodecType Jellyfin::DTO::CodecProfile::m_type |
|
protected |
The documentation for this class was generated from the following files: