Table of Contents

Class PipelineHandle

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

Constructors

PipelineHandle(nint, bool)

public PipelineHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PipelineHandle

Type Parameters

T