Table of Contents

Class ElementFactoryHandle

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

Constructors

ElementFactoryHandle(nint, bool)

public ElementFactoryHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ElementFactoryHandle

Type Parameters

T