Buffer.copyDeep

Creates a copy of the given buffer. This will make a newly allocated copy of the data the source buffer contains.

class Buffer
copyDeep
()

Return Value

Type: gst.buffer.Buffer

a new copy of buf if the copy succeeded, null otherwise.