Table of Contents

Class ProxyPadHandle

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

Constructors

ProxyPadHandle(nint, bool)

public ProxyPadHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ProxyPadHandle

Type Parameters

T