Class AllocationParams
public class AllocationParams
- Inheritance
-
AllocationParams
- Inherited Members
Methods
Copy(AllocationParamsHandle)
Calls native method gst_allocation_params_copy.
public static extern AllocationParamsOwnedHandle Copy(AllocationParamsHandle @params)
Parameters
params
AllocationParamsHandle
Returns
- AllocationParamsOwnedHandle
Transfer ownership: Full Nullable: True
Free(AllocationParamsUnownedHandle)
Calls native method gst_allocation_params_free.
public static extern void Free(AllocationParamsUnownedHandle @params)
Parameters
GetGType()
Calls native function gst_allocation_params_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
Init(AllocationParamsHandle)
Calls native method gst_allocation_params_init.
public static extern void Init(AllocationParamsHandle @params)
Parameters
params
AllocationParamsHandle
New()
Calls native constructor gst_allocation_params_new. Version: 1.20
[Version("1.20")]
public static extern AllocationParamsOwnedHandle New()
Returns
- AllocationParamsOwnedHandle
Transfer ownership: Full Nullable: False