BitWriter.putBitsUint64

Write @nbits bits of @value to #GstBitWriter.

class BitWriter
bool
putBitsUint64
(
ulong value
,
uint nbits
)

Parameters

value ulong

value of #guint64 to write

nbits uint

number of bits to write

Return Value

Type: bool

%TRUE if successful, %FALSE otherwise.

Meta