GLBaseMemory.init_
void init_(gst.allocator.Allocator allocator, gst.memory.Memory parent, gstgl.glcontext.GLContext context, gst.allocation_params.AllocationParams params, size_t size, void * userData = null, glib.types.DestroyNotify notify = null)Initializes mem with the required parameters
Parameters
allocator | the #GstAllocator to initialize with |
parent | the parent #GstMemory to initialize with |
context | the #GstGLContext to initialize with |
params | the GstAllocationParams to initialize with |
size | the number of bytes to be allocated |
userData | user data to call notify with |
notify | a #GDestroyNotify |