BitWriter.putBitsUint8

Write nbits bits of value to #GstBitWriter.

class BitWriter
bool
putBitsUint8
(
ubyte value
,
uint nbits
)

Parameters

value ubyte

value of #guint8 to write

nbits uint

number of bits to write

Return Value

Type: bool

true if successful, false otherwise.