tile_get_index


Description:


[ Version ( since = "1.4" ) ]
public uint tile_get_index (TileMode mode, int x, int y, int x_tiles, int y_tiles)

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 gst_video_tile_type_indexed.

Parameters:

mode

a TileMode

x

x coordinate

y

y coordinate

x_tiles

number of horizintal tiles

y_tiles

number of vertical tiles

Returns:

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


Namespace: Gst.Video