![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <mediaattachment.h>
Public Member Functions | |
| MediaAttachment (qint32 index) | |
| MediaAttachment (const MediaAttachment &other) | |
| void | replaceData (MediaAttachment &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | codec () const |
| Gets or sets the codec. | |
| void | setCodec (QString newCodec) |
| Gets or sets the codec. | |
| bool | codecNull () const |
| void | setCodecNull () |
| QString | codecTag () const |
| Gets or sets the codec tag. | |
| void | setCodecTag (QString newCodecTag) |
| Gets or sets the codec tag. | |
| bool | codecTagNull () const |
| void | setCodecTagNull () |
| QString | comment () const |
| Gets or sets the comment. | |
| void | setComment (QString newComment) |
| Gets or sets the comment. | |
| bool | commentNull () const |
| void | setCommentNull () |
| qint32 | index () const |
| Gets or sets the index. | |
| void | setIndex (qint32 newIndex) |
| Gets or sets the index. | |
| QString | fileName () const |
| Gets or sets the filename. | |
| void | setFileName (QString newFileName) |
| Gets or sets the filename. | |
| bool | fileNameNull () const |
| void | setFileNameNull () |
| QString | mimeType () const |
| Gets or sets the MIME type. | |
| void | setMimeType (QString newMimeType) |
| Gets or sets the MIME type. | |
| bool | mimeTypeNull () const |
| void | setMimeTypeNull () |
| QString | deliveryUrl () const |
| Gets or sets the delivery URL. | |
| void | setDeliveryUrl (QString newDeliveryUrl) |
| Gets or sets the delivery URL. | |
| bool | deliveryUrlNull () const |
| void | setDeliveryUrlNull () |
Static Public Member Functions | |
| static MediaAttachment | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_codec |
| QString | m_codecTag |
| QString | m_comment |
| qint32 | m_index |
| QString | m_fileName |
| QString | m_mimeType |
| QString | m_deliveryUrl |
| Jellyfin::DTO::MediaAttachment::MediaAttachment | ( | qint32 | index | ) |
| Jellyfin::DTO::MediaAttachment::MediaAttachment | ( | const MediaAttachment & | other | ) |
| QString Jellyfin::DTO::MediaAttachment::codec | ( | ) | const |
Gets or sets the codec.
| bool Jellyfin::DTO::MediaAttachment::codecNull | ( | ) | const |
| QString Jellyfin::DTO::MediaAttachment::codecTag | ( | ) | const |
Gets or sets the codec tag.
| bool Jellyfin::DTO::MediaAttachment::codecTagNull | ( | ) | const |
| QString Jellyfin::DTO::MediaAttachment::comment | ( | ) | const |
Gets or sets the comment.
| bool Jellyfin::DTO::MediaAttachment::commentNull | ( | ) | const |
| QString Jellyfin::DTO::MediaAttachment::deliveryUrl | ( | ) | const |
Gets or sets the delivery URL.
| bool Jellyfin::DTO::MediaAttachment::deliveryUrlNull | ( | ) | const |
| QString Jellyfin::DTO::MediaAttachment::fileName | ( | ) | const |
Gets or sets the filename.
| bool Jellyfin::DTO::MediaAttachment::fileNameNull | ( | ) | const |
|
static |
| qint32 Jellyfin::DTO::MediaAttachment::index | ( | ) | const |
Gets or sets the index.
| QString Jellyfin::DTO::MediaAttachment::mimeType | ( | ) | const |
Gets or sets the MIME type.
| bool Jellyfin::DTO::MediaAttachment::mimeTypeNull | ( | ) | const |
| void Jellyfin::DTO::MediaAttachment::replaceData | ( | MediaAttachment & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::MediaAttachment::setCodec | ( | QString | newCodec | ) |
Gets or sets the codec.
| void Jellyfin::DTO::MediaAttachment::setCodecNull | ( | ) |
| void Jellyfin::DTO::MediaAttachment::setCodecTag | ( | QString | newCodecTag | ) |
Gets or sets the codec tag.
| void Jellyfin::DTO::MediaAttachment::setCodecTagNull | ( | ) |
| void Jellyfin::DTO::MediaAttachment::setComment | ( | QString | newComment | ) |
Gets or sets the comment.
| void Jellyfin::DTO::MediaAttachment::setCommentNull | ( | ) |
| void Jellyfin::DTO::MediaAttachment::setDeliveryUrl | ( | QString | newDeliveryUrl | ) |
Gets or sets the delivery URL.
| void Jellyfin::DTO::MediaAttachment::setDeliveryUrlNull | ( | ) |
| void Jellyfin::DTO::MediaAttachment::setFileName | ( | QString | newFileName | ) |
Gets or sets the filename.
| void Jellyfin::DTO::MediaAttachment::setFileNameNull | ( | ) |
| void Jellyfin::DTO::MediaAttachment::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::MediaAttachment::setIndex | ( | qint32 | newIndex | ) |
Gets or sets the index.
| void Jellyfin::DTO::MediaAttachment::setMimeType | ( | QString | newMimeType | ) |
Gets or sets the MIME type.
| void Jellyfin::DTO::MediaAttachment::setMimeTypeNull | ( | ) |
| QJsonObject Jellyfin::DTO::MediaAttachment::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |