VideoMeta.getPlaneHeight

bool getPlaneHeight(ref uint[] planeHeight)

Compute the padded height of each plane from meta (padded size divided by stride).

It is not valid to call this function with a meta associated to a TILED video format.

Parameters

planeHeightarray used to store the plane height

Returns

true if meta's alignment is valid and plane_height has been

updated, false otherwise