Table of Contents

Class DeviceProviderHandle

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

Constructors

DeviceProviderHandle(nint, bool)

public DeviceProviderHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

DeviceProviderHandle

Type Parameters

T