BitWriter.putBytes
bool putBytes(ubyte[] data)Write nbytes bytes of data to #GstBitWriter.
Parameters
data | pointer of data to write |
Returns
true if successful, false otherwise.
bool putBytes(ubyte[] data)Write nbytes bytes of data to #GstBitWriter.
data | pointer of data to write |