Table of Contents

Class CollectPadsHandle

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

Constructors

CollectPadsHandle(nint, bool)

public CollectPadsHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

CollectPadsHandle

Type Parameters

T