Table of Contents

Class AudioEncoderHandle

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

Constructors

AudioEncoderHandle(nint, bool)

public AudioEncoderHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AudioEncoderHandle

Type Parameters

T