Table of Contents

Class DeviceMonitorHandle

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

Constructors

DeviceMonitorHandle(nint, bool)

public DeviceMonitorHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

DeviceMonitorHandle

Type Parameters

T