Interface ImageApiHeadGenreImageRequest

Request parameters for headGenreImage operation in ImageApi.

ImageApiHeadGenreImageRequest

interface ImageApiHeadGenreImageRequest {
    backgroundColor?: string;
    blur?: number;
    fillHeight?: number;
    fillWidth?: number;
    foregroundLayer?: string;
    format?: ImageFormat;
    height?: number;
    imageIndex?: number;
    imageType: ImageType;
    maxHeight?: number;
    maxWidth?: number;
    name: string;
    percentPlayed?: number;
    quality?: number;
    tag?: string;
    unplayedCount?: number;
    width?: number;
}

Properties

backgroundColor?: string

Optional. Apply a background color for transparent images.

ImageApiHeadGenreImage

blur?: number

Optional. Blur image.

ImageApiHeadGenreImage

fillHeight?: number

Height of box to fill.

ImageApiHeadGenreImage

fillWidth?: number

Width of box to fill.

ImageApiHeadGenreImage

foregroundLayer?: string

Optional. Apply a foreground layer on top of the image.

ImageApiHeadGenreImage

format?: ImageFormat

Determines the output format of the image - original,gif,jpg,png.

ImageApiHeadGenreImage

height?: number

The fixed image height to return.

ImageApiHeadGenreImage

imageIndex?: number

Image index.

ImageApiHeadGenreImage

imageType: ImageType

Image type.

ImageApiHeadGenreImage

maxHeight?: number

The maximum image height to return.

ImageApiHeadGenreImage

maxWidth?: number

The maximum image width to return.

ImageApiHeadGenreImage

name: string

Genre name.

ImageApiHeadGenreImage

percentPlayed?: number

Optional. Percent to render for the percent played overlay.

ImageApiHeadGenreImage

quality?: number

Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.

ImageApiHeadGenreImage

tag?: string

Optional. Supply the cache tag from the item object to receive strong caching headers.

ImageApiHeadGenreImage

unplayedCount?: number

Optional. Unplayed count overlay to render.

ImageApiHeadGenreImage

width?: number

The fixed image width to return.

ImageApiHeadGenreImage