MemoryCopyFunction
Description:
[ CCode ( has_target = false ) ]
public delegate Memory MemoryCopyFunction (Memory mem, ssize_t offset, ssize_t size)
public delegate Memory MemoryCopyFunction (Memory mem, ssize_t offset, ssize_t size)
Copy size
bytes from mem
starting at offset
and return them wrapped in a new GstMemory object.
If size
is set to -1, all bytes starting at offset
are copied.
Parameters:
mem |
a Memory |
offset |
an offset |
size |
a size or -1 |
Returns:
a new Memory object wrapping a copy of the requested region in |
Namespace: Gst
Package: gstreamer-1.0