Table of Contents

Class EncodingAudioProfile

Namespace
GstPbutils
Assembly
GstPbutils-1.0.dll
public class EncodingAudioProfile : EncodingProfile, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
EncodingAudioProfile
Implements
Inherited Members

Constructors

EncodingAudioProfile(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public EncodingAudioProfile(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

EncodingAudioProfile(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected EncodingAudioProfile(CreationData data)

Parameters

data CreationData

EncodingAudioProfile(EncodingAudioProfileHandle)

protected EncodingAudioProfile(EncodingAudioProfileHandle handle)

Parameters

handle EncodingAudioProfileHandle

Methods

GetGType()

public static Type GetGType()

Returns

Type

New(Caps, string?, Caps?, uint)

public static EncodingAudioProfile New(Caps format, string? preset, Caps? restriction, uint presence)

Parameters

format Caps
preset string
restriction Caps
presence uint

Returns

EncodingAudioProfile

NewFromPointer(nint, bool)

Creates a new managed EncodingAudioProfile instance for a given pointer.

public static EncodingAudioProfile NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

EncodingAudioProfile

NewWithProperties(ConstructArgument[])

Creates a new EncodingAudioProfile and sets the properties specified by the construct arguments.

public static EncodingAudioProfile NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

EncodingAudioProfile