Table of Contents

Class AggregatorHandle

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

Constructors

AggregatorHandle(nint, bool)

public AggregatorHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AggregatorHandle

Type Parameters

T