getTrickplayTileImage

suspend fun getTrickplayTileImage(itemId: UUID, width: Int, index: Int, mediaSourceId: UUID? = null): Response<ByteArray>

Gets a trickplay tile image.

Parameters

itemId

The item id.

width

The width of a single tile.

index

The index of the desired tile.

mediaSourceId

The media version id, if using an alternate version.