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