Interface ImageApiHeadStudioImageRequest

Request parameters for headStudioImage operation in ImageApi.

ImageApiHeadStudioImageRequest

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

ImageApiHeadStudioImage

blur?: number

Optional. Blur image.

ImageApiHeadStudioImage

fillHeight?: number

Height of box to fill.

ImageApiHeadStudioImage

fillWidth?: number

Width of box to fill.

ImageApiHeadStudioImage

foregroundLayer?: string

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

ImageApiHeadStudioImage

format?: ImageFormat

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

ImageApiHeadStudioImage

height?: number

The fixed image height to return.

ImageApiHeadStudioImage

imageIndex?: number

Image index.

ImageApiHeadStudioImage

imageType: ImageType

Image type.

ImageApiHeadStudioImage

maxHeight?: number

The maximum image height to return.

ImageApiHeadStudioImage

maxWidth?: number

The maximum image width to return.

ImageApiHeadStudioImage

name: string

Studio name.

ImageApiHeadStudioImage

percentPlayed?: number

Optional. Percent to render for the percent played overlay.

ImageApiHeadStudioImage

quality?: number

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

ImageApiHeadStudioImage

tag?: string

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

ImageApiHeadStudioImage

unplayedCount?: number

Optional. Unplayed count overlay to render.

ImageApiHeadStudioImage

width?: number

The fixed image width to return.

ImageApiHeadStudioImage