Interface ImageApiHeadMusicGenreImageByIndexRequest

Request parameters for headMusicGenreImageByIndex operation in ImageApi.

ImageApiHeadMusicGenreImageByIndexRequest

interface ImageApiHeadMusicGenreImageByIndexRequest {
    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.

ImageApiHeadMusicGenreImageByIndex

blur?: number

Optional. Blur image.

ImageApiHeadMusicGenreImageByIndex

fillHeight?: number

Height of box to fill.

ImageApiHeadMusicGenreImageByIndex

fillWidth?: number

Width of box to fill.

ImageApiHeadMusicGenreImageByIndex

foregroundLayer?: string

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

ImageApiHeadMusicGenreImageByIndex

format?: ImageFormat

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

ImageApiHeadMusicGenreImageByIndex

height?: number

The fixed image height to return.

ImageApiHeadMusicGenreImageByIndex

imageIndex: number

Image index.

ImageApiHeadMusicGenreImageByIndex

imageType: ImageType

Image type.

ImageApiHeadMusicGenreImageByIndex

maxHeight?: number

The maximum image height to return.

ImageApiHeadMusicGenreImageByIndex

maxWidth?: number

The maximum image width to return.

ImageApiHeadMusicGenreImageByIndex

name: string

Music genre name.

ImageApiHeadMusicGenreImageByIndex

percentPlayed?: number

Optional. Percent to render for the percent played overlay.

ImageApiHeadMusicGenreImageByIndex

quality?: number

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

ImageApiHeadMusicGenreImageByIndex

tag?: string

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

ImageApiHeadMusicGenreImageByIndex

unplayedCount?: number

Optional. Unplayed count overlay to render.

ImageApiHeadMusicGenreImageByIndex

width?: number

The fixed image width to return.

ImageApiHeadMusicGenreImageByIndex