GetItemImageRequest
@Serializable
The item's image.
Constructors
Link copied to clipboard
constructor(itemId: UUID, imageType: ImageType, maxWidth: Int? = null, maxHeight: Int? = null, width: Int? = null, height: Int? = null, quality: Int? = null, fillWidth: Int? = null, fillHeight: Int? = null, tag: String? = null, format: ImageFormat? = null, percentPlayed: Double? = null, unplayedCount: Int? = null, blur: Int? = null, backgroundColor: String? = null, foregroundLayer: String? = null, imageIndex: Int? = null)
Properties
Link copied to clipboard
Optional. Apply a background color for transparent images.
Link copied to clipboard
Height of box to fill.
Link copied to clipboard
Optional. Apply a foreground layer on top of the image.
Link copied to clipboard
Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
Link copied to clipboard
Image index.
Link copied to clipboard
Optional. Percent to render for the percent played overlay.
Link copied to clipboard
Optional. Unplayed count overlay to render.