videoTileGetIndex

Get the tile index of the tile at coordinates x and y in the tiled image of x_tiles by y_tiles.

Use this method when mode is of type gstvideo.types.VideoTileType.Indexed.

uint
videoTileGetIndex

Parameters

mode gstvideo.types.VideoTileMode

a #GstVideoTileMode

x int

x coordinate

y int

y coordinate

xTiles int

number of horizintal tiles

yTiles int

number of vertical tiles

Return Value

Type: uint

the index of the tile at x and y in the tiled image of x_tiles by y_tiles.