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
allocator | pointer to the #GstAllocator |
parent | parent memory block |
maxsize | the maximum size allocated |
align_ | the alignment of the memory |
offset | the offset where valid data starts |
size | the size of valid data |