BitWriter.putBitsUint64
bool putBitsUint64(ulong value, uint nbits)Write nbits bits of value to #GstBitWriter.
Parameters
value | value of #guint64 to write |
nbits | number of bits to write |
Returns
true if successful, false otherwise.
bool putBitsUint64(ulong value, uint nbits)Write nbits bits of value to #GstBitWriter.
value | value of #guint64 to write |
nbits | number of bits to write |