BitWriter.putBitsUint8

Write nbits bits of value to gst.BitWriter.BitWriter

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.