Table of Contents

Class EncodingAudioProfileHandle

Namespace
GstPbutils.Internal
Assembly
GstPbutils-1.0.dll
public class EncodingAudioProfileHandle : EncodingProfileHandle, IDisposable
Inheritance
EncodingAudioProfileHandle
Implements
Inherited Members

Constructors

EncodingAudioProfileHandle(nint, bool)

public EncodingAudioProfileHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

EncodingAudioProfileHandle

Type Parameters

T