GstMemoryMapFunction

Get the memory of @mem that can be accessed according to the mode specified in @flags. The function should return a pointer that contains at least @maxsize bytes.

alias GstMemoryMapFunction = void* function(GstMemory* mem, size_t maxsize, GstMapFlags flags)

Meta