Table of Contents

Class AudioAggregatorHandle

Namespace
GstAudio.Internal
Assembly
GstAudio-1.0.dll
public class AudioAggregatorHandle : AggregatorHandle, IDisposable
Inheritance
AudioAggregatorHandle
Implements
Inherited Members

Constructors

AudioAggregatorHandle(nint, bool)

public AudioAggregatorHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AudioAggregatorHandle

Type Parameters

T