Table of Contents

Class PluginHandle

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

Constructors

PluginHandle(nint, bool)

public PluginHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PluginHandle

Type Parameters

T