#include <requesttypes.h>
◆ backgroundColor()
| const QString & Jellyfin::Loader::HeadStudioImageParams::backgroundColor |
( |
| ) |
const |
Optional. Apply a background color for transparent images.
◆ backgroundColorNull()
| bool Jellyfin::Loader::HeadStudioImageParams::backgroundColorNull |
( |
| ) |
const |
◆ blur()
| const qint32 & Jellyfin::Loader::HeadStudioImageParams::blur |
( |
| ) |
const |
◆ blurNull()
| bool Jellyfin::Loader::HeadStudioImageParams::blurNull |
( |
| ) |
const |
◆ fillHeight()
| const qint32 & Jellyfin::Loader::HeadStudioImageParams::fillHeight |
( |
| ) |
const |
◆ fillHeightNull()
| bool Jellyfin::Loader::HeadStudioImageParams::fillHeightNull |
( |
| ) |
const |
◆ fillWidth()
| const qint32 & Jellyfin::Loader::HeadStudioImageParams::fillWidth |
( |
| ) |
const |
◆ fillWidthNull()
| bool Jellyfin::Loader::HeadStudioImageParams::fillWidthNull |
( |
| ) |
const |
◆ foregroundLayer()
| const QString & Jellyfin::Loader::HeadStudioImageParams::foregroundLayer |
( |
| ) |
const |
Optional. Apply a foreground layer on top of the image.
◆ foregroundLayerNull()
| bool Jellyfin::Loader::HeadStudioImageParams::foregroundLayerNull |
( |
| ) |
const |
◆ format()
| const ImageFormat & Jellyfin::Loader::HeadStudioImageParams::format |
( |
| ) |
const |
Determines the output format of the image - original,gif,jpg,png.
◆ formatNull()
| bool Jellyfin::Loader::HeadStudioImageParams::formatNull |
( |
| ) |
const |
◆ height()
| const qint32 & Jellyfin::Loader::HeadStudioImageParams::height |
( |
| ) |
const |
The fixed image height to return.
◆ heightNull()
| bool Jellyfin::Loader::HeadStudioImageParams::heightNull |
( |
| ) |
const |
◆ imageIndex()
| const qint32 & Jellyfin::Loader::HeadStudioImageParams::imageIndex |
( |
| ) |
const |
◆ imageIndexNull()
| bool Jellyfin::Loader::HeadStudioImageParams::imageIndexNull |
( |
| ) |
const |
◆ imageType()
| const ImageType & Jellyfin::Loader::HeadStudioImageParams::imageType |
( |
| ) |
const |
◆ maxHeight()
| const qint32 & Jellyfin::Loader::HeadStudioImageParams::maxHeight |
( |
| ) |
const |
The maximum image height to return.
◆ maxHeightNull()
| bool Jellyfin::Loader::HeadStudioImageParams::maxHeightNull |
( |
| ) |
const |
◆ maxWidth()
| const qint32 & Jellyfin::Loader::HeadStudioImageParams::maxWidth |
( |
| ) |
const |
The maximum image width to return.
◆ maxWidthNull()
| bool Jellyfin::Loader::HeadStudioImageParams::maxWidthNull |
( |
| ) |
const |
◆ name()
| const QString & Jellyfin::Loader::HeadStudioImageParams::name |
( |
| ) |
const |
◆ percentPlayed()
| const double & Jellyfin::Loader::HeadStudioImageParams::percentPlayed |
( |
| ) |
const |
Optional. Percent to render for the percent played overlay.
◆ percentPlayedNull()
| bool Jellyfin::Loader::HeadStudioImageParams::percentPlayedNull |
( |
| ) |
const |
◆ quality()
| const qint32 & Jellyfin::Loader::HeadStudioImageParams::quality |
( |
| ) |
const |
Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
◆ qualityNull()
| bool Jellyfin::Loader::HeadStudioImageParams::qualityNull |
( |
| ) |
const |
◆ setBackgroundColor()
| void Jellyfin::Loader::HeadStudioImageParams::setBackgroundColor |
( |
QString | newBackgroundColor | ) |
|
◆ setBackgroundColorNull()
| void Jellyfin::Loader::HeadStudioImageParams::setBackgroundColorNull |
( |
| ) |
|
◆ setBlur()
| void Jellyfin::Loader::HeadStudioImageParams::setBlur |
( |
qint32 | newBlur | ) |
|
◆ setBlurNull()
| void Jellyfin::Loader::HeadStudioImageParams::setBlurNull |
( |
| ) |
|
◆ setFillHeight()
| void Jellyfin::Loader::HeadStudioImageParams::setFillHeight |
( |
qint32 | newFillHeight | ) |
|
◆ setFillHeightNull()
| void Jellyfin::Loader::HeadStudioImageParams::setFillHeightNull |
( |
| ) |
|
◆ setFillWidth()
| void Jellyfin::Loader::HeadStudioImageParams::setFillWidth |
( |
qint32 | newFillWidth | ) |
|
◆ setFillWidthNull()
| void Jellyfin::Loader::HeadStudioImageParams::setFillWidthNull |
( |
| ) |
|
◆ setForegroundLayer()
| void Jellyfin::Loader::HeadStudioImageParams::setForegroundLayer |
( |
QString | newForegroundLayer | ) |
|
◆ setForegroundLayerNull()
| void Jellyfin::Loader::HeadStudioImageParams::setForegroundLayerNull |
( |
| ) |
|
◆ setFormat()
| void Jellyfin::Loader::HeadStudioImageParams::setFormat |
( |
ImageFormat | newFormat | ) |
|
◆ setFormatNull()
| void Jellyfin::Loader::HeadStudioImageParams::setFormatNull |
( |
| ) |
|
◆ setHeight()
| void Jellyfin::Loader::HeadStudioImageParams::setHeight |
( |
qint32 | newHeight | ) |
|
◆ setHeightNull()
| void Jellyfin::Loader::HeadStudioImageParams::setHeightNull |
( |
| ) |
|
◆ setImageIndex()
| void Jellyfin::Loader::HeadStudioImageParams::setImageIndex |
( |
qint32 | newImageIndex | ) |
|
◆ setImageIndexNull()
| void Jellyfin::Loader::HeadStudioImageParams::setImageIndexNull |
( |
| ) |
|
◆ setImageType()
| void Jellyfin::Loader::HeadStudioImageParams::setImageType |
( |
ImageType | newImageType | ) |
|
◆ setMaxHeight()
| void Jellyfin::Loader::HeadStudioImageParams::setMaxHeight |
( |
qint32 | newMaxHeight | ) |
|
◆ setMaxHeightNull()
| void Jellyfin::Loader::HeadStudioImageParams::setMaxHeightNull |
( |
| ) |
|
◆ setMaxWidth()
| void Jellyfin::Loader::HeadStudioImageParams::setMaxWidth |
( |
qint32 | newMaxWidth | ) |
|
◆ setMaxWidthNull()
| void Jellyfin::Loader::HeadStudioImageParams::setMaxWidthNull |
( |
| ) |
|
◆ setName()
| void Jellyfin::Loader::HeadStudioImageParams::setName |
( |
QString | newName | ) |
|
◆ setPercentPlayed()
| void Jellyfin::Loader::HeadStudioImageParams::setPercentPlayed |
( |
double | newPercentPlayed | ) |
|
◆ setPercentPlayedNull()
| void Jellyfin::Loader::HeadStudioImageParams::setPercentPlayedNull |
( |
| ) |
|
◆ setQuality()
| void Jellyfin::Loader::HeadStudioImageParams::setQuality |
( |
qint32 | newQuality | ) |
|
◆ setQualityNull()
| void Jellyfin::Loader::HeadStudioImageParams::setQualityNull |
( |
| ) |
|
◆ setTag()
| void Jellyfin::Loader::HeadStudioImageParams::setTag |
( |
QString | newTag | ) |
|
◆ setTagNull()
| void Jellyfin::Loader::HeadStudioImageParams::setTagNull |
( |
| ) |
|
◆ setUnplayedCount()
| void Jellyfin::Loader::HeadStudioImageParams::setUnplayedCount |
( |
qint32 | newUnplayedCount | ) |
|
◆ setUnplayedCountNull()
| void Jellyfin::Loader::HeadStudioImageParams::setUnplayedCountNull |
( |
| ) |
|
◆ setWidth()
| void Jellyfin::Loader::HeadStudioImageParams::setWidth |
( |
qint32 | newWidth | ) |
|
◆ setWidthNull()
| void Jellyfin::Loader::HeadStudioImageParams::setWidthNull |
( |
| ) |
|
◆ tag()
| const QString & Jellyfin::Loader::HeadStudioImageParams::tag |
( |
| ) |
const |
Optional. Supply the cache tag from the item object to receive strong caching headers.
◆ tagNull()
| bool Jellyfin::Loader::HeadStudioImageParams::tagNull |
( |
| ) |
const |
◆ unplayedCount()
| const qint32 & Jellyfin::Loader::HeadStudioImageParams::unplayedCount |
( |
| ) |
const |
Optional. Unplayed count overlay to render.
◆ unplayedCountNull()
| bool Jellyfin::Loader::HeadStudioImageParams::unplayedCountNull |
( |
| ) |
const |
◆ width()
| const qint32 & Jellyfin::Loader::HeadStudioImageParams::width |
( |
| ) |
const |
The fixed image width to return.
◆ widthNull()
| bool Jellyfin::Loader::HeadStudioImageParams::widthNull |
( |
| ) |
const |
The documentation for this class was generated from the following files: