AllocationParams
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "1.20" ) ]
public AllocationParams ()
[ Version ( since = "1.20" ) ]
public 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 a AllocationParams on the stack or in a struct, and call init to initialize it.
You do not need to call init on the instance returned by this function.
Returns:
a new AllocationParams |