VideoFormatInfo.nPlanes

uint nPlanes() @property

Get nPlanes field.

Returns

the number of planes for this format. The number of planes can be

less than the amount of components when multiple components are packed into one plane.

void nPlanes(uint propval) @property

Set nPlanes field.

Parameters

propvalthe number of planes for this format. The number of planes can be less than the amount of components when multiple components are packed into one plane.