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