Table of Contents

Class DeviceProviderFactoryHandle

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

Constructors

DeviceProviderFactoryHandle(nint, bool)

public DeviceProviderFactoryHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

DeviceProviderFactoryHandle

Type Parameters

T