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