VideoMeta.getPlaneSize

bool getPlaneSize(ref size_t[] planeSize)

Compute the size, in bytes, of each video plane described in meta including any padding and alignment constraint defined in meta->alignment.

Parameters

planeSizearray used to store the plane sizes

Returns

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

updated, false otherwise