Table of Contents

Class ElementHandle

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

Constructors

ElementHandle(nint, bool)

public ElementHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ElementHandle

Type Parameters

T