Table of Contents

Class AudioBaseSinkHandle

Namespace
GstAudio.Internal
Assembly
GstAudio-1.0.dll
public class AudioBaseSinkHandle : BaseSinkHandle, IDisposable
Inheritance
AudioBaseSinkHandle
Implements
Derived
Inherited Members

Constructors

AudioBaseSinkHandle(nint, bool)

public AudioBaseSinkHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AudioBaseSinkHandle

Type Parameters

T