Tile Info
data class TileInfo(val imageIndex: Int, val timeMs: Long, val x: Int, val y: Int, val width: Int, val height: Int)(source)
The class containing info for an image tile to be used as a thumbnail
Parameters
image Index
The index from imageTileUrls to use image tile from
time Ms
The position, in milliseconds, where the preview starts
x
X coordinate of tile start, in pixels
y
Y coordinate of tile start, in pixels
width
Tile width, in pixels
height
Tile height, in pixels