#include <mediaattachment.h>
◆ MediaAttachment() [1/2]
Jellyfin::DTO::MediaAttachment::MediaAttachment |
( |
qint32 | index | ) |
|
◆ MediaAttachment() [2/2]
Jellyfin::DTO::MediaAttachment::MediaAttachment |
( |
const MediaAttachment & | other | ) |
|
◆ codec()
QString Jellyfin::DTO::MediaAttachment::codec |
( |
| ) |
const |
◆ codecNull()
bool Jellyfin::DTO::MediaAttachment::codecNull |
( |
| ) |
const |
◆ codecTag()
QString Jellyfin::DTO::MediaAttachment::codecTag |
( |
| ) |
const |
Gets or sets the codec tag.
◆ codecTagNull()
bool Jellyfin::DTO::MediaAttachment::codecTagNull |
( |
| ) |
const |
◆ comment()
QString Jellyfin::DTO::MediaAttachment::comment |
( |
| ) |
const |
Gets or sets the comment.
◆ commentNull()
bool Jellyfin::DTO::MediaAttachment::commentNull |
( |
| ) |
const |
◆ deliveryUrl()
QString Jellyfin::DTO::MediaAttachment::deliveryUrl |
( |
| ) |
const |
Gets or sets the delivery URL.
◆ deliveryUrlNull()
bool Jellyfin::DTO::MediaAttachment::deliveryUrlNull |
( |
| ) |
const |
◆ fileName()
QString Jellyfin::DTO::MediaAttachment::fileName |
( |
| ) |
const |
Gets or sets the filename.
◆ fileNameNull()
bool Jellyfin::DTO::MediaAttachment::fileNameNull |
( |
| ) |
const |
◆ fromJson()
MediaAttachment Jellyfin::DTO::MediaAttachment::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ index()
qint32 Jellyfin::DTO::MediaAttachment::index |
( |
| ) |
const |
◆ mimeType()
QString Jellyfin::DTO::MediaAttachment::mimeType |
( |
| ) |
const |
Gets or sets the MIME type.
◆ mimeTypeNull()
bool Jellyfin::DTO::MediaAttachment::mimeTypeNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::MediaAttachment::replaceData |
( |
MediaAttachment & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setCodec()
void Jellyfin::DTO::MediaAttachment::setCodec |
( |
QString | newCodec | ) |
|
◆ setCodecNull()
void Jellyfin::DTO::MediaAttachment::setCodecNull |
( |
| ) |
|
◆ setCodecTag()
void Jellyfin::DTO::MediaAttachment::setCodecTag |
( |
QString | newCodecTag | ) |
|
Gets or sets the codec tag.
◆ setCodecTagNull()
void Jellyfin::DTO::MediaAttachment::setCodecTagNull |
( |
| ) |
|
◆ setComment()
void Jellyfin::DTO::MediaAttachment::setComment |
( |
QString | newComment | ) |
|
Gets or sets the comment.
◆ setCommentNull()
void Jellyfin::DTO::MediaAttachment::setCommentNull |
( |
| ) |
|
◆ setDeliveryUrl()
void Jellyfin::DTO::MediaAttachment::setDeliveryUrl |
( |
QString | newDeliveryUrl | ) |
|
Gets or sets the delivery URL.
◆ setDeliveryUrlNull()
void Jellyfin::DTO::MediaAttachment::setDeliveryUrlNull |
( |
| ) |
|
◆ setFileName()
void Jellyfin::DTO::MediaAttachment::setFileName |
( |
QString | newFileName | ) |
|
Gets or sets the filename.
◆ setFileNameNull()
void Jellyfin::DTO::MediaAttachment::setFileNameNull |
( |
| ) |
|
◆ setFromJson()
void Jellyfin::DTO::MediaAttachment::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setIndex()
void Jellyfin::DTO::MediaAttachment::setIndex |
( |
qint32 | newIndex | ) |
|
◆ setMimeType()
void Jellyfin::DTO::MediaAttachment::setMimeType |
( |
QString | newMimeType | ) |
|
Gets or sets the MIME type.
◆ setMimeTypeNull()
void Jellyfin::DTO::MediaAttachment::setMimeTypeNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::MediaAttachment::toJson |
( |
| ) |
const |
◆ m_codec
QString Jellyfin::DTO::MediaAttachment::m_codec |
|
protected |
◆ m_codecTag
QString Jellyfin::DTO::MediaAttachment::m_codecTag |
|
protected |
◆ m_comment
QString Jellyfin::DTO::MediaAttachment::m_comment |
|
protected |
◆ m_deliveryUrl
QString Jellyfin::DTO::MediaAttachment::m_deliveryUrl |
|
protected |
◆ m_fileName
QString Jellyfin::DTO::MediaAttachment::m_fileName |
|
protected |
◆ m_index
qint32 Jellyfin::DTO::MediaAttachment::m_index |
|
protected |
◆ m_mimeType
QString Jellyfin::DTO::MediaAttachment::m_mimeType |
|
protected |
The documentation for this class was generated from the following files: