put_bytes


Description:

[ CCode ( cname = "gst_bit_writer_put_bytes" ) ]
public bool put_bytes (uint8[] data)

Write nbytes bytes of data to BitWriter.

Parameters:

this

a BitWriter instance

data

pointer of data to write

nbytes

number of bytes to write

Returns:

true if successful, false otherwise.