MemoryMapFullFunction
Description:
[ CCode ( has_target = false ) ]
public delegate void* MemoryMapFullFunction (Memory mem, MapInfo info, size_t maxsize)
public delegate void* MemoryMapFullFunction (Memory mem, MapInfo info, size_t maxsize)
Get the memory of mem that can be accessed according to the mode specified in info's flags.
The function should return a pointer that contains at least maxsize bytes.
Parameters:
| mem |
a Memory |
| info |
the MapInfo to map with |
| maxsize |
size to map |
Returns:
|
a pointer to memory of which at least |
Namespace: Gst
Package: gstreamer-1.0