Table of Contents

Class BinHandle

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

Constructors

BinHandle(nint, bool)

public BinHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

BinHandle

Type Parameters

T