TileInfo

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

imageIndex

The index from imageTileUrls to use image tile from

timeMs

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

Constructors

Link copied to clipboard
constructor(imageIndex: Int, timeMs: Long, x: Int, y: Int, width: Int, height: Int)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Int
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int