Table of Contents

Class AggregatorPadHandle

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

Constructors

AggregatorPadHandle(nint, bool)

public AggregatorPadHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AggregatorPadHandle

Type Parameters

T