Table of Contents

Class AdapterHandle

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

Constructors

AdapterHandle(nint, bool)

public AdapterHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AdapterHandle

Type Parameters

T