Table of Contents

Class AllocatorHandle

Namespace
Gst.Internal
Assembly
Gst-1.0.dll
public class AllocatorHandle : ObjectHandle, IDisposable
Inheritance
AllocatorHandle
Implements
Inherited Members

Constructors

AllocatorHandle(nint, bool)

public AllocatorHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static AllocatorHandle For<T>(ConstructArgument[] constructArguments) where T : Allocator, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

AllocatorHandle

Type Parameters

T