[ CCode ( cname = "gst_byte_writer_put_buffer" ) ]
public bool put_buffer (Buffer buffer, size_t offset, ssize_t size)
Writes size
bytes of data
to this.
this |
ByteWriter instance |
buffer |
source Buffer |
offset |
offset to copy from |
size |
total size to copy. If -1, all data is copied |
|