Memory.this

this(gst.allocator.Allocator allocator = gst.allocator.Allocator.init, gst.memory.Memory parent = gst.memory.Memory.init, size_t maxsize = size_t.init, size_t align_ = size_t.init, size_t offset = size_t.init, size_t size = size_t.init)

Create a memory.Memory boxed type.

Parameters

allocatorpointer to the #GstAllocator
parentparent memory block
maxsizethe maximum size allocated
align_the alignment of the memory
offsetthe offset where valid data starts
sizethe size of valid data
this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.