GstMemoryMapFullFunction

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.

alias GstMemoryMapFullFunction = void* function(GstMemory* mem, GstMapInfo* info, size_t maxsize)

Meta