BitWriter.putBitsUint16

Write nbits bits of value to #GstBitWriter.

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.