Table of Contents

Class PadHandle

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

Constructors

PadHandle(nint, bool)

public PadHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PadHandle

Type Parameters

T