ByteWriter.putBuffer

Writes @size bytes of @data to @writer.

class ByteWriter
bool
putBuffer
(,
size_t offset
,
ptrdiff_t size
)

Parameters

buffer Buffer

source #GstBuffer

offset size_t

offset to copy from

size ptrdiff_t

total size to copy. If -1, all data is copied

Return Value

Type: bool

%TRUE if the data could be written

Meta