VideoFormatInfo.bits

uint bits() @property

Get bits field.

Returns

The number of bits used to pack data items. This can be less than 8

when multiple pixels are stored in a byte. for values > 8 multiple bytes should be read according to the endianness flag before applying the shift and mask.

void bits(uint propval) @property

Set bits field.

Parameters

propvalThe number of bits used to pack data items. This can be less than 8 when multiple pixels are stored in a byte. for values > 8 multiple bytes should be read according to the endianness flag before applying the shift and mask.