AllocationParams#
- class AllocationParams(**kwargs)#
Parameters to control the allocation of memory
Constructors#
- class AllocationParams
- classmethod new() AllocationParams#
Create a new
AllocationParamson the heap. This function is for use in GStreamer language bindings. In your own code, you can just declare aAllocationParamson 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.