BitWriter.putBitsUint32

Write @nbits bits of @value to #GstBitWriter.

class BitWriter
bool
putBitsUint32
(
uint value
,
uint nbits
)

Parameters

value uint

value of #guint32 to write

nbits uint

number of bits to write

Return Value

Type: bool

%TRUE if successful, %FALSE otherwise.

Meta