30#ifndef JELLYFIN_DTO_MEDIASTREAM_H
31#define JELLYFIN_DTO_MEDIASTREAM_H
73 QJsonObject
toJson()
const;
79 QString
codec()
const;
189 QString
title()
const;
253 std::optional<bool>
isAVC()
const;
255 void setIsAVC(std::optional<bool> newIsAVC);
273 std::optional<qint32>
bitRate()
const;
277 void setBitRate(std::optional<qint32> newBitRate);
284 std::optional<qint32>
bitDepth()
const;
288 void setBitDepth(std::optional<qint32> newBitDepth);
317 std::optional<qint32>
channels()
const;
321 void setChannels(std::optional<qint32> newChannels);
357 std::optional<qint32>
height()
const;
361 void setHeight(std::optional<qint32> newHeight);
368 std::optional<qint32>
width()
const;
372 void setWidth(std::optional<qint32> newWidth);
428 qint32
index()
const;
437 std::optional<qint32>
score()
const;
441 void setScore(std::optional<qint32> newScore);
498 QString
path()
const;
520 std::optional<double>
level()
const;
524 void setLevel(std::optional<double> newLevel);
Value
Definition subtitledeliverymethod.h:49
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