MemoryIsSpanFunction
Description:
[ CCode ( has_target = false ) ]
public delegate bool MemoryIsSpanFunction (Memory mem1, Memory mem2, size_t offset)
public delegate bool MemoryIsSpanFunction (Memory mem1, Memory mem2, size_t offset)
Check if mem1
and mem2
occupy contiguous memory and return the offset of mem1
in the parent buffer in
offset
.
Parameters:
mem1 |
a Memory |
mem2 |
a Memory |
offset |
a result offset |
Returns:
|
Namespace: Gst
Package: gstreamer-1.0