30#ifndef JELLYFIN_DTO_MEDIASOURCEINFO_H
31#define JELLYFIN_DTO_MEDIASOURCEINFO_H
92 QJsonObject
toJson()
const;
108 QString
path()
const;
139 std::optional<qint64>
size()
const;
141 void setSize(std::optional<qint64> newSize);
146 QString
name()
const;
162 QString
eTag()
const;
240 std::optional<qint32>
bufferMs()
const;
242 void setBufferMs(std::optional<qint32> newBufferMs);
293 std::optional<qint32>
bitrate()
const;
295 void setBitrate(std::optional<qint32> newBitrate);
362 std::optional<qint64>
m_size = std::nullopt;
Value
Definition isotype.h:49
Value
Definition transportstreamtimestamp.h:49
Value
Definition videotype.h:49
Definition mediaplayer2.h:20
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45