MemoryIsSpanFunction


Description:

[ CCode ( has_target = false ) ]
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:

true if mem1 and mem2 are in contiguous memory.


Namespace: Gst
Package: gstreamer-1.0