Table of Contents

Class GhostPadHandle

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

Constructors

GhostPadHandle(nint, bool)

public GhostPadHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

GhostPadHandle

Type Parameters

T