Class Allocator
- Namespace
- Gst
- Assembly
- Gst-1.0.dll
public class Allocator : Object, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
Allocator
- Implements
- Inherited Members
Constructors
Allocator(params ConstructArgument[])
public Allocator(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
Allocator(AllocatorHandle)
public Allocator(AllocatorHandle handle)
Parameters
handleAllocatorHandle
Methods
Alloc(nuint, AllocationParams?)
public Memory? Alloc(nuint size, AllocationParams? @params)
Parameters
sizenuintparamsAllocationParams
Returns
Find(string?)
public static Allocator? Find(string? name)
Parameters
namestring
Returns
GetGType()
public static Type GetGType()
Returns
Register(string, Allocator)
public static void Register(string name, Allocator allocator)
Parameters
SetDefault()
public void SetDefault()