AllocationParams#
- class AllocationParams(**kwargs)#
Parameters to control the allocation of memory
Constructors#
- class AllocationParams
- classmethod new() AllocationParams #
Create a new
AllocationParams
on the heap. This function is for use in GStreamer language bindings. In your own code, you can just declare aAllocationParams
on the stack or in a struct, and callinit()
to initialize it.You do not need to call
init()
on the instance returned by this function.Added in version 1.20.