Table of Contents

Class AudioDecoderHandle

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

Constructors

AudioDecoderHandle(nint, bool)

public AudioDecoderHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AudioDecoderHandle

Type Parameters

T