VideoFormatInfo.tileHs

uint tileHs() @property

Get tileHs field.

Returns

The height of a tile, in bytes, represented as a shift. DEPREACTED,

use tile_info[] array instead.

void tileHs(uint propval) @property

Set tileHs field.

Parameters

propvalThe height of a tile, in bytes, represented as a shift. DEPREACTED, use tile_info[] array instead.