TrickplayInfo

data class TrickplayInfo(val itemId: UUID, val width: Int, val height: Int, val tileWidth: Int, val tileHeight: Int, val thumbnailCount: Int, val interval: Int, val bandwidth: Int)

An entity representing the metadata for a group of trickplay tiles.

Constructors

Link copied to clipboard
constructor(itemId: UUID, width: Int, height: Int, tileWidth: Int, tileHeight: Int, thumbnailCount: Int, interval: Int, bandwidth: Int)

Properties

Link copied to clipboard

Peak bandwidth usage in bits per second.

Link copied to clipboard
val height: Int

Height of an individual thumbnail.

Link copied to clipboard

Interval in milliseconds between each trickplay thumbnail.

Link copied to clipboard

The id of the associated item.

Link copied to clipboard

Total amount of non-black thumbnails.

Link copied to clipboard

Amount of thumbnails per column.

Link copied to clipboard

Amount of thumbnails per row.

Link copied to clipboard
val width: Int

Width of an individual thumbnail.