| enableHwAcceleration() const | Jellyfin::DTO::TrickplayOptions | |
| enableHwEncoding() const | Jellyfin::DTO::TrickplayOptions | |
| enableKeyFrameOnlyExtraction() const | Jellyfin::DTO::TrickplayOptions | |
| fromJson(QJsonObject source) | Jellyfin::DTO::TrickplayOptions | static |
| interval() const | Jellyfin::DTO::TrickplayOptions | |
| jpegQuality() const | Jellyfin::DTO::TrickplayOptions | |
| m_enableHwAcceleration | Jellyfin::DTO::TrickplayOptions | protected |
| m_enableHwEncoding | Jellyfin::DTO::TrickplayOptions | protected |
| m_enableKeyFrameOnlyExtraction | Jellyfin::DTO::TrickplayOptions | protected |
| m_interval | Jellyfin::DTO::TrickplayOptions | protected |
| m_jpegQuality | Jellyfin::DTO::TrickplayOptions | protected |
| m_processPriority | Jellyfin::DTO::TrickplayOptions | protected |
| m_processThreads | Jellyfin::DTO::TrickplayOptions | protected |
| m_qscale | Jellyfin::DTO::TrickplayOptions | protected |
| m_scanBehavior | Jellyfin::DTO::TrickplayOptions | protected |
| m_tileHeight | Jellyfin::DTO::TrickplayOptions | protected |
| m_tileWidth | Jellyfin::DTO::TrickplayOptions | protected |
| m_widthResolutions | Jellyfin::DTO::TrickplayOptions | protected |
| processPriority() const | Jellyfin::DTO::TrickplayOptions | |
| processThreads() const | Jellyfin::DTO::TrickplayOptions | |
| qscale() const | Jellyfin::DTO::TrickplayOptions | |
| replaceData(TrickplayOptions &other) | Jellyfin::DTO::TrickplayOptions | |
| scanBehavior() const | Jellyfin::DTO::TrickplayOptions | |
| setEnableHwAcceleration(bool newEnableHwAcceleration) | Jellyfin::DTO::TrickplayOptions | |
| setEnableHwEncoding(bool newEnableHwEncoding) | Jellyfin::DTO::TrickplayOptions | |
| setEnableKeyFrameOnlyExtraction(bool newEnableKeyFrameOnlyExtraction) | Jellyfin::DTO::TrickplayOptions | |
| setFromJson(QJsonObject source) | Jellyfin::DTO::TrickplayOptions | |
| setInterval(qint32 newInterval) | Jellyfin::DTO::TrickplayOptions | |
| setJpegQuality(qint32 newJpegQuality) | Jellyfin::DTO::TrickplayOptions | |
| setProcessPriority(ProcessPriorityClass newProcessPriority) | Jellyfin::DTO::TrickplayOptions | |
| setProcessThreads(qint32 newProcessThreads) | Jellyfin::DTO::TrickplayOptions | |
| setQscale(qint32 newQscale) | Jellyfin::DTO::TrickplayOptions | |
| setScanBehavior(TrickplayScanBehavior newScanBehavior) | Jellyfin::DTO::TrickplayOptions | |
| setTileHeight(qint32 newTileHeight) | Jellyfin::DTO::TrickplayOptions | |
| setTileWidth(qint32 newTileWidth) | Jellyfin::DTO::TrickplayOptions | |
| setWidthResolutions(QList< qint32 > newWidthResolutions) | Jellyfin::DTO::TrickplayOptions | |
| tileHeight() const | Jellyfin::DTO::TrickplayOptions | |
| tileWidth() const | Jellyfin::DTO::TrickplayOptions | |
| toJson() const | Jellyfin::DTO::TrickplayOptions | |
| TrickplayOptions(bool enableHwAcceleration, bool enableHwEncoding, bool enableKeyFrameOnlyExtraction, TrickplayScanBehavior scanBehavior, ProcessPriorityClass processPriority, qint32 interval, QList< qint32 > widthResolutions, qint32 tileWidth, qint32 tileHeight, qint32 qscale, qint32 jpegQuality, qint32 processThreads) | Jellyfin::DTO::TrickplayOptions | |
| TrickplayOptions(const TrickplayOptions &other) | Jellyfin::DTO::TrickplayOptions | |
| widthResolutions() const | Jellyfin::DTO::TrickplayOptions | |