GstVideo.VideoTileInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
height |
r/w |
||
padding |
[ |
r |
|
size |
r/w |
The size in bytes of a tile. This value must be divisible by GstVideo.VideoTileInfo.stride. |
|
stride |
r/w |
The stride (in bytes) of a tile line. Regardless if the tile have sub-tiles this stride multiplied by the height should be equal to GstVideo.VideoTileInfo.size. This value is used to translate into linear stride when older APIs are being used to expose this format. |
|
width |
r/w |
The width in pixels of a tile. This value can be zero if the number of pixels per line is not an integer value. |
Methods¶
None
Details¶
- class GstVideo.VideoTileInfo¶
Description of a tile. This structure allow to describe arbitrary tile dimensions and sizes.
New in version 1.22.