Buffer.copyInto

Copies the information from src into dest. If dest already contains memory and flags contains GST_BUFFER_COPY_MEMORY, the memory from src will be appended to dest. flags indicate which fields will be copied.

Parameters

src Buffer

a source GstBuffer

flags GstBufferCopyFlags

flags indicating what metadata fields should be copied.

offset gsize

offset to copy from

size gsize

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

Return Value

Type: int

TRUE if the copying succeeded, FALSE otherwise.

Meta