Table of Contents

Class AudioFilterHandle

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

Constructors

AudioFilterHandle(nint, bool)

public AudioFilterHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AudioFilterHandle

Type Parameters

T