Table of Contents

Class AudioBaseSrcHandle

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

Constructors

AudioBaseSrcHandle(nint, bool)

public AudioBaseSrcHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AudioBaseSrcHandle

Type Parameters

T