Table of Contents

Class BusHandle

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

Constructors

BusHandle(nint, bool)

public BusHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

BusHandle

Type Parameters

T