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