#include <directplayprofile.h>
◆ DirectPlayProfile() [1/2]
Jellyfin::DTO::DirectPlayProfile::DirectPlayProfile |
( |
DlnaProfileType | type | ) |
|
◆ DirectPlayProfile() [2/2]
Jellyfin::DTO::DirectPlayProfile::DirectPlayProfile |
( |
const DirectPlayProfile & | other | ) |
|
◆ audioCodec()
QString Jellyfin::DTO::DirectPlayProfile::audioCodec |
( |
| ) |
const |
◆ audioCodecNull()
bool Jellyfin::DTO::DirectPlayProfile::audioCodecNull |
( |
| ) |
const |
◆ container()
QString Jellyfin::DTO::DirectPlayProfile::container |
( |
| ) |
const |
◆ containerNull()
bool Jellyfin::DTO::DirectPlayProfile::containerNull |
( |
| ) |
const |
◆ fromJson()
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setAudioCodec()
void Jellyfin::DTO::DirectPlayProfile::setAudioCodec |
( |
QString | newAudioCodec | ) |
|
◆ setAudioCodecNull()
void Jellyfin::DTO::DirectPlayProfile::setAudioCodecNull |
( |
| ) |
|
◆ setContainer()
void Jellyfin::DTO::DirectPlayProfile::setContainer |
( |
QString | newContainer | ) |
|
◆ setContainerNull()
void Jellyfin::DTO::DirectPlayProfile::setContainerNull |
( |
| ) |
|
◆ setFromJson()
void Jellyfin::DTO::DirectPlayProfile::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setType()
◆ setVideoCodec()
void Jellyfin::DTO::DirectPlayProfile::setVideoCodec |
( |
QString | newVideoCodec | ) |
|
◆ setVideoCodecNull()
void Jellyfin::DTO::DirectPlayProfile::setVideoCodecNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::DirectPlayProfile::toJson |
( |
| ) |
const |
◆ type()
◆ videoCodec()
QString Jellyfin::DTO::DirectPlayProfile::videoCodec |
( |
| ) |
const |
◆ videoCodecNull()
bool Jellyfin::DTO::DirectPlayProfile::videoCodecNull |
( |
| ) |
const |
◆ m_audioCodec
QString Jellyfin::DTO::DirectPlayProfile::m_audioCodec |
|
protected |
◆ m_container
QString Jellyfin::DTO::DirectPlayProfile::m_container |
|
protected |
◆ m_type
◆ m_videoCodec
QString Jellyfin::DTO::DirectPlayProfile::m_videoCodec |
|
protected |
The documentation for this class was generated from the following files: