Table of Contents

Class AudioSinkHandle

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

Constructors

AudioSinkHandle(nint, bool)

public AudioSinkHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AudioSinkHandle

Type Parameters

T