Fill info with the pointer and sizes of the memory in mem that can be accessed according to flags.
This function can return false for various reasons:
info and its contents remain valid for as long as mem is valid and until gst.memory.Memory.unmap is called.
For each gst.memory.Memory.map call, a corresponding gst.memory.Memory.unmap call should be done.
pointer for info
mapping flags
true if the map operation was successful.
Fill info with the pointer and sizes of the memory in mem that can be accessed according to flags.
This function can return false for various reasons:
info and its contents remain valid for as long as mem is valid and until gst.memory.Memory.unmap is called.
For each gst.memory.Memory.map call, a corresponding gst.memory.Memory.unmap call should be done.