VideoFormatInfo.bits

Get bits field.

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

Return Value

Type: 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.