GstMemoryIsSpanFunction

Check if mem1 and mem2 occupy contiguous memory and return the offset of mem1 in the parent buffer in offset.

alias GstMemoryIsSpanFunction = int function(GstMemory* mem1, GstMemory* mem2, size_t* offset)

Return Value

TRUE if mem1 and mem2 are in contiguous memory.