VideoMeta.getPlaneHeight

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.

class VideoMeta
bool
getPlaneHeight
(
ref uint[] planeHeight
)

Parameters

planeHeight uint[]

array used to store the plane height

Return Value

Type: bool

true if meta's alignment is valid and plane_height has been updated, false otherwise