put_bits_uint64
Description:
[
CCode ( cname =
"gst_bit_writer_put_bits_uint64" ) ]
public bool put_bits_uint64 (
uint64 value,
uint nbits)
Write nbits bits of value to BitWriter.
Parameters:
| this |
a BitWriter instance
|
| value |
value of uint64 to write
|
| nbits |
number of bits to write
|
Returns:
|
true if successful, false otherwise.
|