VideoFormatInfo.bits

Set bits field.

  1. uint bits [@property getter]
  2. uint bits [@property setter]
    class VideoFormatInfo
    @property
    void
    bits
    (
    uint propval
    )

Parameters

propval uint

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.