BitWriter.putBitsUint16

Write nbits bits of value to gst.BitWriter.BitWriter

class BitWriter
bool
putBitsUint16
(
ushort value
,
uint nbits
)

Parameters

value ushort

value of guint16 to write

nbits uint

number of bits to write

Return Value

Type: bool

TRUE if successful, FALSE otherwise.